Skip to content

Commit 51781bb

Browse files
chuckyvtjvdp1
andcommitted
Update doc/specs/stdlib_hashmaps.md
Co-authored-by: Jeremie Vandenplas <[email protected]>
1 parent db81deb commit 51781bb

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
@@ -1377,7 +1377,7 @@ or `int32` array. It is an `intent(in)` argument. It is a `key` whose
13771377
presence in the `map` is being examined.
13781378

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

0 commit comments

Comments
 (0)