diff --git a/src/Celerity.Hashing/StringFnV1AFullHasher.cs b/src/Celerity.Hashing/StringFnV1AFullHasher.cs index 9df7cb1..d4ebc4f 100644 --- a/src/Celerity.Hashing/StringFnV1AFullHasher.cs +++ b/src/Celerity.Hashing/StringFnV1AFullHasher.cs @@ -9,8 +9,8 @@ namespace Celerity.Hashing; /// /// /// This is the full-character-width counterpart to , -/// and directly answers the note in that hasher's remarks that "for keys with -/// significant non-ASCII content, a full UTF-8 or UTF-16 hash is preferable." +/// and directly answers the note in that hasher's remarks that "For Unicode-heavy +/// workloads, a full UTF-8 or UTF-16 hash is preferable." /// Where folds only the low byte of each /// character (c & 0xFF) and therefore cannot distinguish characters /// that differ only in their upper byte — for example 'A' (U+0041)