Skip to content

Commit d379587

Browse files
authored
Merge pull request #739 from Daisuke897/dev_docs
Fixed incorrect intent of the variable "conflict" on hashmaps in document
2 parents 82f35a5 + 0869025 commit d379587

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)