Skip to content

Commit 103680e

Browse files
committed
Update filter.md
1 parent c1fd8b6 commit 103680e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/man/filter.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The `filter` and `filter!` functions are two shortcuts which wrap the `byrow` an
2020

2121
`filter(ds, cols; [view = false, type = all,...])` is the shortcut for `ds[byrow(ds, type, cols; ...), :]`, and `filter!(ds, cols; [type = all, ...])` is the shortcut for `deleteat![ds, .!byrow(ds, type, cols; ...))`.
2222

23-
> Note, by default `type` is set as `all`.
23+
> Note, by default `type` is set to `all`.
2424
2525
### Examples
2626

0 commit comments

Comments
 (0)