Skip to content

Commit

Permalink
Merge pull request #6 from rpliva/patch-1
Browse files Browse the repository at this point in the history
Fixed comment in demo project
  • Loading branch information
wilhelmliao authored Oct 25, 2017
2 parents 14f2a79 + baa1f20 commit 7958e97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Extensions.Data.xxHash.Demo/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ static private void DemoXXHash64()

XXHash.UpdateState64(state, stream); // puts the file stream into specified xxH state.

ulong result = XXHash.DigestState64(state); // compute the XXH32 hash value.
ulong result = XXHash.DigestState64(state); // compute the XXH64 hash value.

Console.WriteLine(result.ToString("x8"));
}
Expand Down

0 comments on commit 7958e97

Please sign in to comment.