Do not use <small/> in the description of "Negate comparison" intention

This commit is contained in:
Mikhail Golubev
2016-08-26 14:24:59 +03:00
parent 6b08a94f89
commit 35e68aab1f
@@ -2,7 +2,7 @@
<body>
<span>
This intention converts boolean comparison expression <b>not(a negop b)</b> into <b>a op b</b>.
Where <small>op</small> and <small>negop</small> are mutually inverse comparison operators, like <b>==</b> and <b>!=</b>.
Where <code>op</code> and <code>negop</code> are mutually inverse comparison operators, like <b>==</b> and <b>!=</b>.
</span>
</body>
</html>