Skip to content

Commit

Permalink
chore: fix url
Browse files Browse the repository at this point in the history
  • Loading branch information
StunxFS committed Dec 25, 2023
1 parent 0e5fe1b commit 4f1a69a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/std/src/hash/fnv1a/mod.ri
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// file.

// This module implements a FNV-1a hash.
// See: https..//en.wikipedia.org/wiki/Fowler–Noll–Vo_hash_function
// See: https://en.wikipedia.org/wiki/Fowler–Noll–Vo_hash_function

const FNV32_PRIME: uint32 := 16777619;
const FNV32_OFFSET_BASIS: uint32 := 2166136261;
Expand Down

0 comments on commit 4f1a69a

Please sign in to comment.