Skip to content

Commit 27ae7a6

Browse files
chuckyvtjvdp1
andauthored
Update example/hashmaps/example_hashmaps_get_other_data.f90
Co-authored-by: Jeremie Vandenplas <jeremie.vandenplas@gmail.com>
1 parent 30f29de commit 27ae7a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/hashmaps/example_hashmaps_get_other_data.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ program example_get_other_data
1818
! Initialize hashmap
1919
call map%init(fnv_1_hasher)
2020

21-
! Hashmap fuctions are setup to store scalar value types (other). Use a dervied
21+
! Hashmap functions are setup to store scalar value types (other). Use a dervied
2222
! type wrapper to store arrays.
2323
dummy%value = [4, 3, 2, 1]
2424
call set(other, dummy)

0 commit comments

Comments
 (0)