Skip to content

Commit 23e28ae

Browse files
erik-kroghasgerf
andcommitted
fix typo in comment
Co-authored-by: Asger F <[email protected]>
1 parent 2a03a84 commit 23e28ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/extractor/src/com/semmle/js/ast/ClassBody.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
/** The body of a {@linkplain ClassDeclaration} or {@linkplain ClassExpression}. */
66
public class ClassBody extends Node {
7-
private final List<Node> body; // either MemberDefintion or BlockStatement (static initialization blocks)
7+
private final List<Node> body; // either MemberDefinition or BlockStatement (static initialization blocks)
88

99
public ClassBody(SourceLocation loc, List<Node> body) {
1010
super("ClassBody", loc);

0 commit comments

Comments
 (0)