Skip to content

Commit

Permalink
Merge pull request #2358 from eltociear/patch-1
Browse files Browse the repository at this point in the history
Update node.py
  • Loading branch information
0xalpharush authored Mar 19, 2024
2 parents 4f9e56a + c0346d3 commit 1ed8570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slither/vyper_parsing/cfg/node.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def analyze_expressions(self, caller_context) -> None:
if self._node.expression:

if self._node.type == NodeType.VARIABLE:
# Update the expression to be an assignement to the variable
# Update the expression to be an assignment to the variable
_expression = AssignmentOperation(
Identifier(self._node.variable_declaration),
self._node.expression,
Expand Down

0 comments on commit 1ed8570

Please sign in to comment.