Merge pull request #82 from yukulele/patch-1

Update es6.md
This commit is contained in:
Rico Sta. Cruz 2017-10-08 07:18:14 +08:00 committed by GitHub
commit d6123f8b5c
1 changed files with 1 additions and 1 deletions

2
es6.md
View File

@ -54,7 +54,7 @@ See: [Template strings](http://babeljs.io/docs/learn-es2015/#template-strings)
```js
let bin = 0b1010010
let oct = 0755
let oct = 0o755
```
See: [Binary and octal literals](http://babeljs.io/docs/learn-es2015/#binary-and-octal-literals)