mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Do not use <small/> in the description of "Negate comparison" intention
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user