forked from OSchip/llvm-project
[clang-tidy] Fix reference to -[NSError init] in AvoidNSErrorInitCheck.h
llvm-svn: 347000
This commit is contained in:
parent
101616a8be
commit
20cd5f2e20
|
@ -16,7 +16,7 @@ namespace clang {
|
|||
namespace tidy {
|
||||
namespace objc {
|
||||
|
||||
/// Finds usages of [NSSError init]. It is not the proper way of creating
|
||||
/// Finds usages of -[NSError init]. It is not the proper way of creating
|
||||
/// NSError. errorWithDomain:code:userInfo: should be used instead.
|
||||
///
|
||||
/// For the user-facing documentation see:
|
||||
|
|
Loading…
Reference in New Issue