File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1050,9 +1050,9 @@ is only a short outline, their usage is shown more expansively in
10501050
10511051
10521052
1053- - `conditions.show` : Contains typical predicats /functions used as
1053+ - `conditions.show` : Contains typical predicates /functions used as
10541054 `show` -condition. Currently this is just `line_end`
1055- - `conditions.expand ` : Contains typical predicats /functions used as
1055+ - `conditions.expand ` : Contains typical predicates /functions used as
10561056 `expand ` -condition. Currently this is just `line_begin` Contains everything
10571057 from `conditions.show` as well.
10581058- `conditions` : Provides a function `make_condition (foo)` which takes a function
@@ -1068,7 +1068,7 @@ is only a short outline, their usage is shown more expansively in
10681068 For more details look at this comment <https://github.com/L3MON4D3/LuaSnip/pull/612#issuecomment-1264487743 >.
10691069 `conditions.show` s and `conditions.expand ` s members all are also condition
10701070 objects so you can work with those too.
1071- Thus you can easily combine existing predicats . Like in
1071+ Thus you can easily combine existing predicates . Like in
10721072 `conditions.expand.line_end + conditions.expand.line_begin` instead of doing
10731073 something like `function(...) return conditions.expand.line_end(...) or
10741074 conditions.expand.line_begin(...) end`.
You can’t perform that action at this time.
0 commit comments