Skip to content

Commit cb5a6df

Browse files
committed
Changed (TOC) to [TOC]
Changed (TOC) to [TOC] [ticket: X]
1 parent b30b257 commit cb5a6df

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/specs/stdlib_hashmaps.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Hash maps
44

55
# The `stdlib_hashmap_wrappers`, `stdlib_hashmap_chaining` and `stdlib_hashmap_open` modules
66

7-
(TOC)
7+
[TOC]
88

99
## Overview of hash maps
1010

@@ -113,7 +113,8 @@ keys and their associated data.
113113

114114
The constant `int_hash` is used to define the integer kind value for
115115
the returned hash codes and variables used to access them. It
116-
currently has the value, `int32`.
116+
currently is importedxd from `stdlib_hash_32bit` where it haas the
117+
value, `int32`.
117118

118119
### The `stdlib_hashmap_wrappers`' module's derived types
119120

0 commit comments

Comments
 (0)