Skip to content

Commit b17830d

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

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
@@ -1477,7 +1477,7 @@ exists in the map, if false `other` is undefined.
14771477
call map % init( fnv_1_hasher )
14781478
call set( key, [ 0_int8, 1_int8, 2_int8, 3_int8, 4_int8 ] )
14791479
call set( other, data )
1480-
call map % map_entry( key, other. conflict )
1480+
call map % map_entry( key, other, conflict )
14811481
if ( .not. conflict ) then
14821482
call map % get_other_data( key, other )
14831483
else

0 commit comments

Comments
 (0)