Skip to content

Commit 5f003d7

Browse files
wclodius2jvdp1
andauthored
Update doc/specs/stdlib_hashmaps.md
Co-authored-by: Jeremie Vandenplas <[email protected]>
1 parent 106cefd commit 5f003d7

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
@@ -947,7 +947,7 @@ associated procedures and constants that implement two simple hash map
947947
types using separate chaining hashing and open addressing hashing. The
948948
derived type `hashmap_type` is the parent type to its two
949949
extensions: `chaining_hashmap_type` and `open_hashmap_type`.
950-
`chaining_hashmap_type`. The extension types provide
950+
The extension types provide
951951
procedures to manipulate the structure of a hash map object:
952952
`init`, `map_entry`, `rehash`, `remove_entry`, and
953953
`set_other_data`. They also provide procedures to inquire about

0 commit comments

Comments
 (0)