Skip to content

Commit 5b14d0c

Browse files
committed
resolve some issues in specs 64 bit
1 parent bef9b98 commit 5b14d0c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/specs/stdlib_hash_procedures.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1204,7 +1204,7 @@ character string.
12041204

12051205
##### Syntax
12061206

1207-
`code = [[stdlib_64_bit_hash_codes:fnv_1]]( key )`
1207+
`code = [[stdlib_64_bit_hash_codes:fnv_1_hash]]( key )`
12081208

12091209
##### Class
12101210

@@ -1268,7 +1268,7 @@ character string.
12681268

12691269
##### Syntax
12701270

1271-
`code = [[stdlib_64_bit_hash_codes:fnv_1a]]( key )`
1271+
`code = [[stdlib_64_bit_hash_codes:fnv_1a_hash]]( key )`
12721272

12731273
##### Class
12741274

@@ -1331,7 +1331,7 @@ seed for `PENGY_HASH` and is also different from the input seed.
13311331

13321332
##### Syntax
13331333

1334-
`code = call [[stdlib_32_bit_hash_codes:new_pengy_hash_seed]]( seed )`
1334+
`code = call [[stdlib_64_bit_hash_codes:new_pengy_hash_seed]]( seed )`
13351335

13361336
##### Class
13371337

@@ -1370,7 +1370,7 @@ from the input seed.
13701370

13711371
##### Syntax
13721372

1373-
`code = call [[stdlib_32_bit_hash_codes:new_spooky_hash_seed]]( seed )`
1373+
`code = call [[stdlib_64_bit_hash_codes:new_spooky_hash_seed]]( seed )`
13741374

13751375
##### Class
13761376

0 commit comments

Comments
 (0)