Merge pull request #101 from alnorris/patch-1

Contains not a function, update to includes
This commit is contained in:
Rico Sta. Cruz 2017-10-21 03:50:17 +08:00 committed by GitHub
commit 68ca2b2877
1 changed files with 1 additions and 1 deletions

2
es6.md
View File

@ -67,7 +67,7 @@ See: [Binary and octal literals](http://babeljs.io/docs/learn-es2015/#binary-and
```js ```js
"hello".repeat(3) "hello".repeat(3)
"hello".contains("ll") "hello".includes("ll")
"\u1E9B\u0323".normalize("NFC") "\u1E9B\u0323".normalize("NFC")
``` ```