This commit is contained in:
Maria Prosvirnina 2019-07-18 19:05:37 +03:00 committed by Vadim Makeev
parent 744e8dc59d
commit 685d11258d
1 changed files with 1 additions and 1 deletions

View File

@ -302,7 +302,7 @@ If you want to add lines numbers use next construction:
<code>function action() {</code>
<code> // TODO</code>
<code> return true;</code>
<code>}<code>
<code>}</code>
</pre>
When neccessary emphasize that code is commented, you need to use span element with `comment` class;