1
0
mirror of https://github.com/nushell/nushell.git synced 2025-05-02 17:14:27 +02:00

small typo fix ()

This commit is contained in:
pwygab 2022-06-01 10:24:16 +08:00 committed by GitHub
parent ee8a0c9477
commit b79abdb2a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>,