From e3d6f3db8fb9d951ee10eec20482fc17a2225d5f Mon Sep 17 00:00:00 2001 From: Flavien Lebarbe Date: Mon, 26 Jun 2023 15:02:50 +0200 Subject: [PATCH] Update michelson.md typo --- docs/build/smart-contracts/michelson.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) ]