We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a03a84 commit 23e28aeCopy full SHA for 23e28ae
javascript/extractor/src/com/semmle/js/ast/ClassBody.java
@@ -4,7 +4,7 @@
4
5
/** The body of a {@linkplain ClassDeclaration} or {@linkplain ClassExpression}. */
6
public class ClassBody extends Node {
7
- private final List<Node> body; // either MemberDefintion or BlockStatement (static initialization blocks)
+ private final List<Node> body; // either MemberDefinition or BlockStatement (static initialization blocks)
8
9
public ClassBody(SourceLocation loc, List<Node> body) {
10
super("ClassBody", loc);
0 commit comments