diff --git a/es6.md b/es6.md index d1cdcf1d2..a06547297 100644 --- a/es6.md +++ b/es6.md @@ -104,7 +104,7 @@ class Circle extends Shape { return super.expand(n) * Math.PI } ``` -{: data-line="1"} +{: data-line="2"} #### Static methods