We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33ecef2 commit 30f2210Copy full SHA for 30f2210
doc/specs/stdlib_hashmaps.md
@@ -1377,7 +1377,7 @@ or `int32` array. It is an `intent(in)` argument. It is a `key` whose
1377
presence in the `map` is being examined.
1378
1379
`present`: shall be a scalar variable of type `logical`.
1380
-It is an intent(out) argument. It is a logical flag where
+It is an `intent(out)` argument. It is a logical flag where
1381
`.true.` indicates that an entry with that `key` is present in the
1382
`map` and `.false.` indicates that no such entry is present.
1383
0 commit comments