mirror of
https://github.com/github/codeql.git
synced 2026-04-30 03:05:15 +02:00
spelling: corresponding
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -931,7 +931,7 @@ class NameConstantNode extends NameNode {
|
||||
|
||||
}
|
||||
|
||||
/** A control flow node correspoinding to a starred expression, `*a`. */
|
||||
/** A control flow node corresponding to a starred expression, `*a`. */
|
||||
class StarredNode extends ControlFlowNode {
|
||||
StarredNode() { toAst(this) instanceof Starred }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user