Skip to content

Commit 4ed36c4

Browse files
authored
Merge pull request #4830 from bsansouci/patch-1
Fix typo in docs
2 parents d438e7a + 5c182fe commit 4ed36c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jscomp/others/js_re.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ external unicode : t -> bool = "unicode" [@@bs.get]
162162
* Ignore case
163163
*)
164164
165-
let re = [%re "/quick\s(brown).+?(jumps)/ig" in
165+
let re = [%re "/quick\s(brown).+?(jumps)/ig"] in
166166
let result = re |. Js.Re.exec_ "The Quick Brown Fox Jumps Over The Lazy Dog"
167167
]}
168168

0 commit comments

Comments
 (0)