es6: fix wrong line highlight

This commit is contained in:
Rico Sta. Cruz 2017-10-12 01:04:27 +08:00
parent eaee811fdd
commit 33c2309a93
No known key found for this signature in database
GPG Key ID: CAAD38AE2962619A
1 changed files with 1 additions and 1 deletions

2
es6.md
View File

@ -104,7 +104,7 @@ class Circle extends Shape {
return super.expand(n) * Math.PI return super.expand(n) * Math.PI
} }
``` ```
{: data-line="1"} {: data-line="2"}
#### Static methods #### Static methods