Skip to content

Commit 9033408

Browse files
authored
Fix error in ExpressibleByArgument docs (#512)
1 parent 49e3214 commit 9033408

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@
55
.swiftpm
66
.vscode
77
.*.sw?
8+
*.docc-build

Sources/ArgumentParser/Parsable Types/ExpressibleByArgument.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public protocol ExpressibleByArgument {
1919
/// command-line tool's help screen.
2020
var defaultValueDescription: String { get }
2121

22-
/// An array of all possible strings to that can convert to value of this
22+
/// An array of all possible strings that can convert to a value of this
2323
/// type.
2424
///
2525
/// The default implementation of this property returns an empty array.

0 commit comments

Comments
 (0)