Skip to content

Commit 30f2210

Browse files
chuckyvtjvdp1
andcommitted
Update doc/specs/stdlib_hashmaps.md
Co-authored-by: Jeremie Vandenplas <jeremie.vandenplas@gmail.com>
1 parent 33ecef2 commit 30f2210

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)