Update crates/nu-command/src/filters/where_.rs

Co-authored-by: Douglas <32344964+NotTheDr01ds@users.noreply.github.com>
This commit is contained in:
132ikl 2025-04-02 18:32:06 -04:00 committed by GitHub
parent 3f70895969
commit a0051b33a2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,7 +24,7 @@ For example, where type == dir is equivalent to where $it.type == dir. This expa
When using a closure, the element is passed as an argument and as pipeline input to the closure.
While where supports closure literals, they can not be read from a variable. To filter using a closure stored in a variable, use the filter command."#
`where` supports closure literals, but not closures stored in a variable. To filter using a closure stored in a variable, use the `filter` command."#
}
fn command_type(&self) -> CommandType {