Skip to content

Commit 64756da

Browse files
committed
changelog: string constants don't need escaping
1 parent 2ab9cee commit 64756da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
- Fix: use `[@val] external setTimeout: (unit => unit, int) => float = "setTimeout"` instead.
4949
- Example2: `[@val] external setTimeout: (unit => unit, int) => float = ""` is not supported anymore.
5050
- Fix2: use `[@val] external setTimeout: (unit => unit, int) => float = "setTimeout"` instead.
51-
- Regular expressions don't need escaping.
51+
- String constants don't need escaping anymore.
5252
- Example: `let blockCommentsRe = %re("/\\/\\*([^*]|[\\r\\n]|(\\*+([^*/]|[\\r\\n])))*\\*+\\//g")`.
5353
- Fix: use `let blockCommentsRe = %re("/\/\*([^*]|[\r\n]|(\*+([^*/]|[\r\n])))*\*+\//g")` instead.
5454

0 commit comments

Comments
 (0)