Skip to content

Commit 151d60e

Browse files
Merge pull request #276 from marius-bughiu/claude/github-issue-254-c3520c
docs(hashing): fix misquoted note in StringFnV1AFullHasher (#254)
2 parents 5e972dd + e5c74ba commit 151d60e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Celerity.Hashing/StringFnV1AFullHasher.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ namespace Celerity.Hashing;
99
/// </summary>
1010
/// <remarks>
1111
/// This is the full-character-width counterpart to <see cref="StringFnV1AHasher"/>,
12-
/// and directly answers the note in that hasher's remarks that "for keys with
13-
/// significant non-ASCII content, a full UTF-8 or UTF-16 hash is preferable."
12+
/// and directly answers the note in that hasher's remarks that "For Unicode-heavy
13+
/// workloads, a full UTF-8 or UTF-16 hash is preferable."
1414
/// Where <see cref="StringFnV1AHasher"/> folds only the low byte of each
1515
/// character (<c>c &amp; 0xFF</c>) and therefore cannot distinguish characters
1616
/// that differ only in their upper byte — for example <c>'A'</c> (<c>U+0041</c>)

0 commit comments

Comments
 (0)