mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 20:27:44 +02:00
Replace "function" with "command" in several user-facing doc (#15129)
This commit is contained in:
@ -10,7 +10,7 @@ impl Command for Return {
|
||||
}
|
||||
|
||||
fn description(&self) -> &str {
|
||||
"Return early from a function."
|
||||
"Return early from a custom command."
|
||||
}
|
||||
|
||||
fn signature(&self) -> nu_protocol::Signature {
|
||||
|
Reference in New Issue
Block a user