Skip to content

Commit

Permalink
update a comment about lll macro
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-cooper authored Nov 13, 2021
1 parent 713a7bd commit 9bd3b45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vyper/old_codegen/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ def parse_regular_functions(
)

else:
# NOTE: lll macro trailing 0 is the location in memory to store
# NOTE: lll macro first argument is the location in memory to store
# the compiled bytecode
# https://lll-docs.readthedocs.io/en/latest/lll_reference.html#code-lll
o.append(["return", 0, ["lll", 0, runtime]])
Expand Down

0 comments on commit 9bd3b45

Please sign in to comment.