mirror of
https://github.com/github/codeql.git
synced 2026-03-19 22:16:45 +01:00
small documentation change based on review
This commit is contained in:
@@ -60,7 +60,7 @@ where
|
||||
and
|
||||
|
||||
(
|
||||
name = "constructor" and msg = "The member name 'constructor' does not declare a constructor in interface declarations, but it does in class declarations."
|
||||
name = "constructor" and msg = "The member name 'constructor' does not declare a constructor in interfaces, but it does in classes."
|
||||
or
|
||||
name = "new" and msg = "The member name 'new' does not declare a constructor, but 'constructor' does in class declarations."
|
||||
or
|
||||
|
||||
Reference in New Issue
Block a user