Skip to content

Commit 2d54f83

Browse files
committed
Fix notes
1 parent 1284c50 commit 2d54f83

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

jscomp/others/belt.ml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -232,12 +232,9 @@ module HashSet = Belt_HashSet
232232
*)
233233
module HashMap = Belt_HashMap
234234

235-
(** {!Belt.HashMap}
236-
237-
The top level provides generic {b mutable} hash map operations.
235+
(** {!Belt.Either}
238236
239-
It also has two specialized inner modules
240-
{!Belt.HashMap.Int} and {!Belt.HashMap.String}
237+
The top level provides generic {b immutable} either operations.
241238
*)
242239

243240
module Either = Belt_Either

0 commit comments

Comments
 (0)