Skip to content

Commit 30f29de

Browse files
chuckyvtjvdp1
andauthored
Update doc/specs/stdlib_hashmaps.md
Co-authored-by: Jeremie Vandenplas <[email protected]>
1 parent 7804bfe commit 30f29de

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
@@ -794,7 +794,7 @@ Generic key interfaces for `key_test`, `map_entry`, `get_other_data`,
794794
`remove`, and `set_other_data` are povided so that the supported types
795795
of `int8` arrays, `int32` arrays and `character` scalars can be used in the
796796
key field as well as the base `key` type. So for `key_test`,
797-
`key_key_test` specifies key type for the key field, `int8_key_test` is int8
797+
`key_key_test` specifies key type for the key field, `int8_key_test` is `int8`
798798
for the key field and so on. Procedures other than `key_key_test` will call
799799
the `set` function to generate a key type and pass to `key_key_test`.
800800

0 commit comments

Comments
 (0)