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.
2 parents b9de107 + fdb0562 commit 35c5968Copy full SHA for 35c5968
benchmark/utils/ArgParse.swift
@@ -79,7 +79,7 @@ class ArgumentParser<U> {
79
private var optionalArgsMap = [String : String]()
80
81
/// Argument holds the name of the command line parameter, its help
82
- /// desciption and a rule that's applied to process it.
+ /// description and a rule that's applied to process it.
83
///
84
/// The the rule is typically a value processing closure used to convert it
85
/// into given type and storing it in the parsing result.
0 commit comments