Skip to content

Commit 35c5968

Browse files
authored
Merge pull request swiftlang#40734 from BenedictSt/typo-1
2 parents b9de107 + fdb0562 commit 35c5968

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/utils/ArgParse.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ class ArgumentParser<U> {
7979
private var optionalArgsMap = [String : String]()
8080

8181
/// Argument holds the name of the command line parameter, its help
82-
/// desciption and a rule that's applied to process it.
82+
/// description and a rule that's applied to process it.
8383
///
8484
/// The the rule is typically a value processing closure used to convert it
8585
/// into given type and storing it in the parsing result.

0 commit comments

Comments
 (0)