Skip to content

Commit 17d4189

Browse files
committed
condensed feature description and cleaned up my typescript spaghetti
1 parent 1c643fa commit 17d4189

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

src/lib/components/filter/filter_help.ts

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,9 @@ export class FilterHelp extends FloatElement {
5151
<li>Example Match: 0.234327355608454</li>
5252
</ul>
5353
<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>
54+
<ul>
55+
<li>Matches items satisfying a collection of values (patterns, paint seeds, etc.)</li>
56+
</ul>
5857
<li>percentile(90)</li>
5958
<ul>
6059
<li>Matches items with a float better than 90% of items of this type</li>

0 commit comments

Comments
 (0)