Skip to content

Commit 93d4045

Browse files
committed
docs: Fix typo
1 parent 9d14f39 commit 93d4045

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clap_builder/src/builder/command.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2217,7 +2217,7 @@ impl Command {
22172217
/// For example, imagine a CLI which has three positional arguments `[foo] [bar] [baz]...` where
22182218
/// `baz` accepts multiple values (similar to man `ARGS...` style training arguments).
22192219
///
2220-
/// With this setting the following invocations are posisble:
2220+
/// With this setting the following invocations are possible:
22212221
///
22222222
/// * `$ prog foo bar baz1 baz2 baz3`
22232223
/// * `$ prog foo -- baz1 baz2 baz3`

0 commit comments

Comments
 (0)