Skip to content

Commit d7b90c9

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

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
@@ -1481,7 +1481,7 @@ exists in the map, if false `other` is undefined.
14811481
if ( .not. conflict ) then
14821482
call map % get_other_data( key, other )
14831483
else
1484-
stop 'Key is already present in the map.''
1484+
stop 'Key is already present in the map.'
14851485
end if
14861486
call get( other, data )
14871487
select type( data )

0 commit comments

Comments
 (0)