mirror of
https://github.com/nushell/nushell.git
synced 2025-01-23 06:39:17 +01:00
small typo fix (#5693)
This commit is contained in:
parent
ee8a0c9477
commit
b79abdb2a5
@ -208,7 +208,7 @@ impl Signature {
|
||||
self
|
||||
}
|
||||
|
||||
/// Add a required positional argument to the signature
|
||||
/// Add an optional positional argument to the signature
|
||||
pub fn optional(
|
||||
mut self,
|
||||
name: impl Into<String>,
|
||||
|
Loading…
Reference in New Issue
Block a user