Skip to content

Commit 461d934

Browse files
authored
Fix return size described for XxHash64.TryHash
1 parent dc8a68e commit 461d934

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.IO.Hashing/XxHash64.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ The XxHash64 algorithm supports an optional seed value.
365365
<param name="seed">The seed value for this hash computation. The default is zero.</param>
366366
<summary>Attempts to compute the XxHash64 hash of the provided data into the provided destination.</summary>
367367
<returns>
368-
<see langword="true" /> if <paramref name="destination" /> is long enough to receive the computed hash value (4 bytes); otherwise, <see langword="false" />.</returns>
368+
<see langword="true" /> if <paramref name="destination" /> is long enough to receive the computed hash value (8 bytes); otherwise, <see langword="false" />.</returns>
369369
<remarks>To be added.</remarks>
370370
</Docs>
371371
</Member>

0 commit comments

Comments
 (0)