Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3f74fa9

Browse files
committed
spelling: corresponding
Signed-off-by: Josh Soref <[email protected]>
1 parent d648886 commit 3f74fa9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/ql/lib/semmle/python/Flow.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -931,7 +931,7 @@ class NameConstantNode extends NameNode {
931931

932932
}
933933

934-
/** A control flow node correspoinding to a starred expression, `*a`. */
934+
/** A control flow node corresponding to a starred expression, `*a`. */
935935
class StarredNode extends ControlFlowNode {
936936
StarredNode() { toAst(this) instanceof Starred }
937937

0 commit comments

Comments
 (0)