Fix comment.

This commit is contained in:
Sergey Magidovich 2016-05-24 11:24:05 +03:00
parent 10782c6d3e
commit ebf0f1d3e7

View file

@ -9,8 +9,8 @@ namespace search
{
bool LooksLikePostcode(StringSliceBase const & slice, bool handleAsPrefix);
/// Splits s into tokens and call LooksLikePostcode(TokenSlice) on the result.
/// If checkPrefix is true returns true if some postcode starts with s.
/// If checkPrefix is false returns true if s equals to some postcode.
/// If handleAsPrefix is true returns true if some postcode starts with s.
/// If handleAsPrefix is false returns true if s equals to some postcode.
bool LooksLikePostcode(string const & s, bool handleAsPrefix);
size_t GetMaxNumTokensInPostcode();