Skip to content

Commit

Permalink
Merge pull request #739 from Daisuke897/dev_docs
Browse files Browse the repository at this point in the history
Fixed incorrect intent of the variable "conflict" on hashmaps in document
  • Loading branch information
jvdp1 authored Sep 19, 2023
2 parents 82f35a5 + 0869025 commit d379587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/specs/stdlib_hashmaps.md
Original file line number Diff line number Diff line change
Expand Up @@ -1478,7 +1478,7 @@ entry.
associated with the `key`.

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

0 comments on commit d379587

Please sign in to comment.