mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Fix double 'the the' in various places
This commit is contained in:
@@ -793,7 +793,7 @@ static bool ParseEnabledFeatureArgs(LangOptions &Opts, ArgList &Args,
|
||||
if (!seenFeatures.insert(*feature).second)
|
||||
continue;
|
||||
|
||||
// If the the current language mode enables the feature by default then
|
||||
// If the current language mode enables the feature by default then
|
||||
// diagnose and skip it.
|
||||
if (auto firstVersion = getFeatureLanguageVersion(*feature)) {
|
||||
if (Opts.isSwiftVersionAtLeast(*firstVersion)) {
|
||||
|
||||
Reference in New Issue
Block a user