Commit 685d1125 authored by Maria Prosvirnina's avatar Maria Prosvirnina Committed by Vadim Makeev

fix typo (#352)

parent 744e8dc5
...@@ -302,7 +302,7 @@ If you want to add lines numbers use next construction: ...@@ -302,7 +302,7 @@ If you want to add lines numbers use next construction:
<code>function action() {</code> <code>function action() {</code>
<code> // TODO</code> <code> // TODO</code>
<code> return true;</code> <code> return true;</code>
<code>}<code> <code>}</code>
</pre> </pre>
When neccessary emphasize that code is commented, you need to use span element with `comment` class; When neccessary emphasize that code is commented, you need to use span element with `comment` class;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment