From 685d11258d41a7ae3ce263bee94fc6ee988526de Mon Sep 17 00:00:00 2001 From: Maria Prosvirnina Date: Thu, 18 Jul 2019 19:05:37 +0300 Subject: [PATCH] fix typo (#352) --- docs/features.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features.md b/docs/features.md index cc9d230..531e35c 100644 --- a/docs/features.md +++ b/docs/features.md @@ -302,7 +302,7 @@ If you want to add lines numbers use next construction: function action() { // TODO return true; - } + } When neccessary emphasize that code is commented, you need to use span element with `comment` class;