Skip to content

Commit ac9cac7

Browse files
hvitvedhmac
authored andcommitted
Ruby: Fix typo
1 parent c3fd272 commit ac9cac7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ruby/ql/lib/codeql/ruby/controlflow/internal/ControlFlowGraphImpl.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1350,8 +1350,8 @@ module Trees {
13501350
final override ControlFlowTree getChildElement(int i) { result = this.getComponent(i) }
13511351
}
13521352

1353-
private class StringComponentComponentTree extends LeafTree, StringComponent {
1354-
StringComponentComponentTree() { not this instanceof StringInterpolationComponent }
1353+
private class StringComponentTree extends LeafTree, StringComponent {
1354+
StringComponentTree() { not this instanceof StringInterpolationComponent }
13551355
}
13561356

13571357
private class ToplevelTree extends BodyStmtTree, Toplevel {

0 commit comments

Comments
 (0)