Skip to content

Commit

Permalink
Fix markup in math operator documentation
Browse files Browse the repository at this point in the history
In the documentation, surround the new operators with `<tt>` tags instead of Markdown-style backticks, since this is HTML.
  • Loading branch information
roryokane committed Jan 28, 2014
1 parent 734fced commit a5fef52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/index.html.js
Original file line number Diff line number Diff line change
Expand Up @@ -657,7 +657,7 @@ Expressions
test for JavaScript object-key presence.
</p>
<p>
To simplify math expressions, `**` can be used for exponentiation, `//` performs integer division and `%%` provides true mathematical modulo.
To simplify math expressions, <tt>**</tt> can be used for exponentiation, <tt>//</tt> performs integer division and <tt>%%</tt> provides true mathematical modulo.
</p>
<p>
All together now:
Expand Down

0 comments on commit a5fef52

Please sign in to comment.