mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-05-03 03:00:14 -04:00
Merge pull request #3336 from roryokane/fix-math-operator-docs-markup
Fix markup in math operator documentation
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user