Skip to content

Commit 3bed2cc

Browse files
committed
Sync belt_HashSetString.mli
1 parent f835e37 commit 3bed2cc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

jscomp/others/belt_HashSetString.mli

+5-5
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@
2525
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
2626

2727
(**
28-
This module is [`Belt.HashSet`]() specialized with key type to be a primitive type.
28+
This module is `Belt.HashSet` specialized with key type to be a primitive
29+
type.
2930
30-
It is more efficient in general, the API is the same with [`Belt.HashSet`]() except its key type is fixed,
31-
and identity is not needed(using the built-in one)
32-
33-
**See** [`Belt.HashSet`]()
31+
It is more efficient in general, the API is the same with `Belt.HashSet`
32+
except its key type is fixed, and identity is not needed(using the built-in
33+
one).
3434
*)
3535

3636

0 commit comments

Comments
 (0)