From 9415a37bc8c9dbbb1c4e05a798be7c09a3990b59 Mon Sep 17 00:00:00 2001 From: chuckyvt <138633930+chuckyvt@users.noreply.github.com> Date: Mon, 15 Jul 2024 08:58:10 -0400 Subject: [PATCH] Update doc/specs/stdlib_hashmaps.md Co-authored-by: Jeremie Vandenplas --- doc/specs/stdlib_hashmaps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/specs/stdlib_hashmaps.md b/doc/specs/stdlib_hashmaps.md index 259503836..99a132574 100644 --- a/doc/specs/stdlib_hashmaps.md +++ b/doc/specs/stdlib_hashmaps.md @@ -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.