Remove immediately adjacent repeated words ("the the", "for for", "an an", etc.).

This commit is contained in:
practicalswift
2015-12-21 17:14:39 +01:00
parent 35ceb6faa8
commit 36d7072013
53 changed files with 66 additions and 66 deletions

View File

@@ -519,7 +519,7 @@ public:
/// Note that this may cause other decls to load as well.
void loadExtensions(NominalTypeDecl *nominal);
/// \brief Load the methods within the given class that that produce
/// \brief Load the methods within the given class that produce
/// Objective-C class or instance methods with the given selector.
///
/// \param classDecl The class in which we are searching for @objc methods.