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 43324e8 commit fdb0562Copy full SHA for fdb0562
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