[checks/property-decls] Fix comment in clang-tidy/objc/PropertyDeclarationCheck.cpp ✍️

Summary: The comment incorrectly claims that the listed acronyms are all extracted from the linked Apple documentation.

Reviewers: Wizard, benhamilton

Reviewed By: Wizard, benhamilton

Subscribers: cfe-commits

Differential Revision: https://reviews.llvm.org/D46922

Contributed by @stephanemoore.

llvm-svn: 334238
This commit is contained in:
Ben Hamilton 2018-06-07 21:30:56 +00:00
parent e56819eb69
commit 1ca21bb5e6
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ enum NamingStyle {
CategoryProperty = 2,
};
/// The acronyms are from
/// The acronyms are aggregated from multiple sources including
/// https://developer.apple.com/library/content/documentation/Cocoa/Conceptual/CodingGuidelines/Articles/APIAbbreviations.html#//apple_ref/doc/uid/20001285-BCIHCGAE
///
/// Keep this list sorted.