Skip to content

Commit 7353e2b

Browse files
committed
chore: finish fixing finder example
1 parent a8b9332 commit 7353e2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/ifc/IfcFinder/example.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ IFC is complex, and sometimes we want to look for items using complex filters. F
66
77
:::tip What does the finder do?
88
9-
The finder is a powerful text scanner that can make complex queries in one or multiple IFC files. You can use regular expressions, operators like > <, combine multiple filters, etc.
9+
The finder is a powerful text scanner that can make complex queries in one or multiple IFC files. You can use regular expressions, operators, combine multiple filters, etc.
1010
1111
:::
1212

0 commit comments

Comments
 (0)