mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge pull request #72088 from language-core/main
chore: fix some comments
This commit is contained in:
@@ -83,7 +83,7 @@ class ArgumentParser<U> {
|
||||
/// Argument holds the name of the command line parameter, its help
|
||||
/// description and a rule that's applied to process it.
|
||||
///
|
||||
/// The the rule is typically a value processing closure used to convert it
|
||||
/// The rule is typically a value processing closure used to convert it
|
||||
/// into given type and storing it in the parsing result.
|
||||
///
|
||||
/// See also: addArgument, parseArgument
|
||||
|
||||
Reference in New Issue
Block a user