Update FunctionsStringHash.cpp

This commit is contained in:
alexey-milovidov 2019-12-05 07:08:35 +03:00 committed by GitHub
parent ced7fe59db
commit 241fd55657
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -75,7 +75,7 @@ struct Hash
}
};
// Sinhash String -> UInt64
// Simhash String -> UInt64
template <size_t N, typename CodePoint, bool UTF8, bool Ngram, bool CaseInsensitive>
struct SimhashImpl
{