We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67c1871 commit 353d57fCopy full SHA for 353d57f
README.md
@@ -80,7 +80,7 @@ ulong result = XXHash.Hash64(stream);
80
If you'd like to run it asynchronously, use the async variant:
81
82
```csharp
83
-uint result = await MurmurHash3.Hash32(stream);
+uint result = await MurmurHash3.Hash32Async(stream);
84
```
85
86
# Benchmarks
0 commit comments