Skip to content

Commit 3e0811a

Browse files
authored
Merge branch 'fortran-lang:master' into master
2 parents 27e928a + d379587 commit 3e0811a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/specs/stdlib_hashmaps.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1478,7 +1478,7 @@ entry.
14781478
associated with the `key`.
14791479

14801480
`conflict` (optional): shall be a scalar variable of type
1481-
`logical`. It is an `intent(in)` argument. If present, a `.true.`
1481+
`logical`. It is an `intent(out)` argument. If present, a `.true.`
14821482
value indicates that an entry with the value of `key` already exists
14831483
and the entry was not entered into the map, a `.false.` value indicates
14841484
that `key` was not present in the map and the entry was added to the

0 commit comments

Comments
 (0)