Skip to content

Commit 14cc352

Browse files
committed
small documentation change based on review
1 parent 144e831 commit 14cc352

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/ql/src/Declarations/SuspiciousMethodNameDeclaration.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ where
6060
and
6161

6262
(
63-
name = "constructor" and msg = "The member name 'constructor' does not declare a constructor in interface declarations, but it does in class declarations."
63+
name = "constructor" and msg = "The member name 'constructor' does not declare a constructor in interfaces, but it does in classes."
6464
or
6565
name = "new" and msg = "The member name 'new' does not declare a constructor, but 'constructor' does in class declarations."
6666
or

0 commit comments

Comments
 (0)