We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c643fa commit 17d4189Copy full SHA for 17d4189
1 file changed
src/lib/components/filter/filter_help.ts
@@ -51,10 +51,9 @@ export class FilterHelp extends FloatElement {
51
<li>Example Match: 0.234327355608454</li>
52
</ul>
53
<li> seed in (939, 1023, 1, 5)</li>
54
- <ul>
55
- <li>The "in" keyword matches items satisfying a collection of values (patterns, paint seeds, etc.)</li>
56
- </ul>
57
- </li>
+ <ul>
+ <li>Matches items satisfying a collection of values (patterns, paint seeds, etc.)</li>
+ </ul>
58
<li>percentile(90)</li>
59
<ul>
60
<li>Matches items with a float better than 90% of items of this type</li>
0 commit comments