From 086902522341f33809d5c71c98a1b7bcc550cc91 Mon Sep 17 00:00:00 2001 From: Daisuke Date: Tue, 19 Sep 2023 12:44:23 +0900 Subject: [PATCH] Fix incorrect intent of the variable "conflict" in document --- 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 65dfb1351..0fa8332fb 100644 --- a/doc/specs/stdlib_hashmaps.md +++ b/doc/specs/stdlib_hashmaps.md @@ -1478,7 +1478,7 @@ entry. associated with the `key`. `conflict` (optional): shall be a scalar variable of type -`logical`. It is an `intent(in)` argument. If present, a `.true.` +`logical`. It is an `intent(out)` argument. If present, a `.true.` value indicates that an entry with the value of `key` already exists and the entry was not entered into the map, a `.false.` value indicates that `key` was not present in the map and the entry was added to the