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

Skip to content

Commit 1f8e7c3

Browse files
erik-kroghRasmusWL
andauthored
fix typo in comment
Co-authored-by: Rasmus Wriedt Larsen <[email protected]>
1 parent fb077be commit 1f8e7c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/ql/lib/semmle/python/frameworks/data/internal/ApiGraphModels.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ private class AccessPathRange extends AccessPath::Range {
299299
bindingset[token]
300300
API::Node getSuccessorFromNode(API::Node node, AccessPathToken token) {
301301
// API graphs use the same label for arguments and parameters. An edge originating from a
302-
// use-node represents be an argument, and an edge originating from a def-node represents a parameter.
302+
// use-node represents an argument, and an edge originating from a def-node represents a parameter.
303303
// We just map both to the same thing.
304304
token.getName() = ["Argument", "Parameter"] and
305305
result = node.getParameter(AccessPath::parseIntUnbounded(token.getAnArgument()))

0 commit comments

Comments
 (0)