Skip to content

Commit 5b357e9

Browse files
authored
fix typo in the getAPrimaryQlClass implementation for LabeledStmt
1 parent 1a67f8d commit 5b357e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ql/src/semmle/go/Stmt.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ class LabeledStmt extends @labeledstmt, Stmt {
116116

117117
override string toString() { result = "labeled statement" }
118118

119-
override string getAPrimaryQlClass() { result = "LabelledStmt" }
119+
override string getAPrimaryQlClass() { result = "LabeledStmt" }
120120
}
121121

122122
/**

0 commit comments

Comments
 (0)