We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49e3214 commit 9033408Copy full SHA for 9033408
.gitignore
@@ -5,3 +5,4 @@
5
.swiftpm
6
.vscode
7
.*.sw?
8
+*.docc-build
Sources/ArgumentParser/Parsable Types/ExpressibleByArgument.swift
@@ -19,7 +19,7 @@ public protocol ExpressibleByArgument {
19
/// command-line tool's help screen.
20
var defaultValueDescription: String { get }
21
22
- /// An array of all possible strings to that can convert to value of this
+ /// An array of all possible strings that can convert to a value of this
23
/// type.
24
///
25
/// The default implementation of this property returns an empty array.
0 commit comments