Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ced5e3e

Browse files
erik-kroghEsben Sparre Andreasen
andauthored
qhelp adjustment from code-review
Co-Authored-By: Esben Sparre Andreasen <[email protected]>
1 parent 2b5e3ae commit ced5e3e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

javascript/ql/src/Declarations/SuspiciousMethodNameDeclaration.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<qhelp>
55
<overview>
66
<p>
7-
In TypeScript the keywords <code>constructor</code> and <code>new</code> are
7+
In TypeScript the keywords <code>constructor</code> and <code>new</code> for member declarations are
88
used to declare constructors in classes and interfaces respectively.
99
However, by using the wrong keyword a programmer can accidentally declare e.g.
1010
a method called <code>constructor</code> inside an interface.

0 commit comments

Comments
 (0)