Skip to content

Commit c467637

Browse files
committed
Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages
2 parents 399c635 + aa4377e commit c467637

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/regex.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ ES6新增了使用大括号表示Unicode字符,这种表示法在正则表达
8989

9090
**(3)量词**
9191

92-
使用`u`修饰符后,所有量词都会正确识别大于码点大于`0xFFFF`的Unicode字符。
92+
使用`u`修饰符后,所有量词都会正确识别码点大于`0xFFFF`的Unicode字符。
9393

9494
```javascript
9595
/a{2}/.test('aa') // true

0 commit comments

Comments
 (0)