Skip to content

Commit

Permalink
Update doc/specs/stdlib_hashmaps.md
Browse files Browse the repository at this point in the history
Co-authored-by: Jeremie Vandenplas <[email protected]>
  • Loading branch information
chuckyvt and jvdp1 authored Jul 15, 2024
1 parent 0df1d81 commit 9415a37
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 @@ -1377,7 +1377,7 @@ or `int32` array. It is an `intent(in)` argument. It is a `key` whose
presence in the `map` is being examined.

`present`: shall be a scalar variable of type `logical`.
It is an intent(out) argument. It is a logical flag where
It is an `intent(out)` argument. It is a logical flag where
`.true.` indicates that an entry with that `key` is present in the
`map` and `.false.` indicates that no such entry is present.

Expand Down

0 comments on commit 9415a37

Please sign in to comment.