fixed wrong < and ?< operators description

This commit is contained in:
Gani Georgiev
2023-01-27 00:07:37 +02:00
parent cf9e2a33bb
commit 32af49dbec
29 changed files with 36 additions and 36 deletions
@@ -52,7 +52,7 @@
</li>
<li>
<code class="filter-op">{"<"}</code>
<span class="txt">Less than or equal</span>
<span class="txt">Less than</span>
</li>
<li>
<code class="filter-op">{"<="}</code>
@@ -96,7 +96,7 @@
<li>
<code class="filter-op">{"?<"}</code>
<em class="txt-hint">Any/At least one of</em>
<span class="txt">Less than or equal</span>
<span class="txt">Less than</span>
</li>
<li>
<code class="filter-op">{"?<="}</code>