Skip to content

Commit a169c65

Browse files
wclodius2jvdp1
andauthored
Update doc/specs/stdlib_hashmaps.md
Co-authored-by: Jeremie Vandenplas <[email protected]>
1 parent 67e63d3 commit a169c65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/specs/stdlib_hashmaps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1980,7 +1980,7 @@ not exist and nothing was done.
19801980
call map % init( fnv_1_hasher, slots_bits=10 )
19811981
allocate( dummy, source='A value` )
19821982
call set( key, [ 5_int8, 7_int8, 4_int8, 13_int8 ] )
1983-
Call set( other, dummy )
1983+
call set( other, dummy )
19841984
call map % map_entry( key, other )
19851985
deallocate( dummy )
19861986
allocate( dummy, source='Another value` )

0 commit comments

Comments
 (0)