Skip to content

Commit 6da72d4

Browse files
Update doc/specs/stdlib_hashmaps.md
Co-authored-by: Ian Giestas Pauli <[email protected]>
1 parent 16b2227 commit 6da72d4

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
@@ -1354,7 +1354,7 @@ The result will be the number of procedure calls on the hash map.
13541354
implicit none
13551355
type(chaining_hashmap_type) :: map
13561356
type(int_calls) :: initial_calls
1357-
call map % init(fnv_1_hasher )
1357+
call map % init( fnv_1_hasher )
13581358
initial_calls = map % calls()
13591359
print *, "INITIAL_CALLS = ", initial_calls
13601360
end program demo_calls

0 commit comments

Comments
 (0)