spelling: corresponding

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2022-10-12 14:35:17 -04:00
parent d648886c55
commit 3f74fa92ae

View File

@@ -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 }