Skip to content

Commit

Permalink
Fix typo in on_chain_market_maker.vy
Browse files Browse the repository at this point in the history
intial -> initial
  • Loading branch information
eltociear authored Nov 28, 2023
1 parent b334218 commit 5c005fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/market_maker/on_chain_market_maker.vy
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ invariant: public(uint256)
token_address: ERC20
owner: public(address)

# Sets the on chain market maker with its owner, intial token quantity,
# Sets the on chain market maker with its owner, initial token quantity,
# and initial ether quantity
@external
@payable
Expand Down

0 comments on commit 5c005fd

Please sign in to comment.