diff --git a/docs/build/smart-contracts/michelson.md b/docs/build/smart-contracts/michelson.md index 387e48d..7ba6be4 100644 --- a/docs/build/smart-contracts/michelson.md +++ b/docs/build/smart-contracts/michelson.md @@ -31,7 +31,7 @@ Source: Wikipedia. ### Rewriting Stacks -To see what mean it means to rewrite stacks, we will run through a transaction in Michelson. First, before a transaction runs, the blockchain state at a certain hash is deserialized and put onto the stack as the variable `storage`. We have a `from` function that receives the transaction data `amount` , the amount of attached ꜩ, and the `parameter` , the function's parameters. +To see what it means to rewrite stacks, we will run through a transaction in Michelson. First, before a transaction runs, the blockchain state at a certain hash is deserialized and put onto the stack as the variable `storage`. We have a `from` function that receives the transaction data `amount` , the amount of attached ꜩ, and the `parameter` , the function's parameters. ```text from [ (Pair (Pair amount parameter) storage) ]