Skip to content

Commit 4d9c68e

Browse files
chuckyvtjvdp1
andcommitted
Update doc/specs/stdlib_hashmaps.md
Co-authored-by: Jeremie Vandenplas <[email protected]>
1 parent 27b7178 commit 4d9c68e

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
@@ -1469,7 +1469,7 @@ that `key` was not present in the map and the entry was added to the
14691469
map.
14701470

14711471
* If `key` is already present in `map` and the `conflict` argument has been
1472-
provided then the presence of `other` is ignored. If `conflict` has not
1472+
provided then the presence of `other` is ignored. If `conflict` has not
14731473
been provided then it routine will error stop.
14741474

14751475
##### Example

0 commit comments

Comments
 (0)