From 9a982bd37a8b5a48f9a30939ec57e37ed01a72e0 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Wed, 29 Nov 2023 00:54:19 +0900 Subject: [PATCH] docs: typo in on_chain_market_maker.vy (#3677) --- examples/market_maker/on_chain_market_maker.vy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/market_maker/on_chain_market_maker.vy b/examples/market_maker/on_chain_market_maker.vy index be9c62b945..d385d2e0c6 100644 --- a/examples/market_maker/on_chain_market_maker.vy +++ b/examples/market_maker/on_chain_market_maker.vy @@ -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