Skip to content

Commit

Permalink
Update node.py
Browse files Browse the repository at this point in the history
assignement -> assignment
  • Loading branch information
eltociear authored Mar 10, 2024
1 parent f7238c4 commit c0346d3
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 c0346d3

Please sign in to comment.