Skip to content

Commit 4dcdb0e

Browse files
committed
Lib: fix #1492
1 parent 1a605b2 commit 4dcdb0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/js_of_ocaml/js.mli

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ val nfkc : normalization t
219219

220220
(** Specification of Javascript number objects. *)
221221

222-
type number_t
222+
type number_t = float
223223

224224
class type number = object
225225
method toString : js_string t meth

0 commit comments

Comments
 (0)