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 30f29de commit 27ae7a6Copy full SHA for 27ae7a6
example/hashmaps/example_hashmaps_get_other_data.f90
@@ -18,7 +18,7 @@ program example_get_other_data
18
! Initialize hashmap
19
call map%init(fnv_1_hasher)
20
21
- ! Hashmap fuctions are setup to store scalar value types (other). Use a dervied
+ ! Hashmap functions are setup to store scalar value types (other). Use a dervied
22
! type wrapper to store arrays.
23
dummy%value = [4, 3, 2, 1]
24
call set(other, dummy)
0 commit comments