qhelp adjustment from code-review

Co-Authored-By: Esben Sparre Andreasen <42067045+esben-semmle@users.noreply.github.com>
This commit is contained in:
Erik Krogh Kristensen
2019-10-04 11:02:15 +02:00
committed by GitHub
parent 2b5e3aebb7
commit ced5e3ea29

View File

@@ -4,7 +4,7 @@
<qhelp>
<overview>
<p>
In TypeScript the keywords <code>constructor</code> and <code>new</code> are
In TypeScript the keywords <code>constructor</code> and <code>new</code> for member declarations are
used to declare constructors in classes and interfaces respectively.
However, by using the wrong keyword a programmer can accidentally declare e.g.
a method called <code>constructor</code> inside an interface.