mirror of
https://github.com/nushell/nushell
synced 2024-12-28 05:53:09 +00:00
small typo fix (#5693)
This commit is contained in:
parent
ee8a0c9477
commit
b79abdb2a5
1 changed files with 1 additions and 1 deletions
|
@ -208,7 +208,7 @@ impl Signature {
|
||||||
self
|
self
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Add a required positional argument to the signature
|
/// Add an optional positional argument to the signature
|
||||||
pub fn optional(
|
pub fn optional(
|
||||||
mut self,
|
mut self,
|
||||||
name: impl Into<String>,
|
name: impl Into<String>,
|
||||||
|
|
Loading…
Reference in a new issue