mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Fixed typo: desciption -> description
benchmark/utils/ArgParse.swift desciption -> description
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user