Fixed typo: desciption -> description

benchmark/utils/ArgParse.swift

desciption -> description
This commit is contained in:
BenedictSt
2022-01-05 11:18:04 +01:00
committed by GitHub
parent 43324e8130
commit fdb05626c7

View File

@@ -79,7 +79,7 @@ class ArgumentParser<U> {
private var optionalArgsMap = [String : String]()
/// Argument holds the name of the command line parameter, its help
/// desciption and a rule that's applied to process it.
/// description and a rule that's applied to process it.
///
/// The the rule is typically a value processing closure used to convert it
/// into given type and storing it in the parsing result.