From 33c2309a934474680c362ce10362a3226bf8dbc7 Mon Sep 17 00:00:00 2001 From: "Rico Sta. Cruz" Date: Thu, 12 Oct 2017 01:04:27 +0800 Subject: [PATCH] es6: fix wrong line highlight --- es6.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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