Merge pull request #72088 from language-core/main

chore: fix some comments
This commit is contained in:
eeckstein
2024-03-06 10:08:50 +01:00
committed by GitHub
33 changed files with 33 additions and 33 deletions

View File

@@ -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