Skip to content

Commit

Permalink
Fix typo for bytesStackList
Browse files Browse the repository at this point in the history
  • Loading branch information
virgil-serbanuta committed Aug 23, 2023
1 parent 304113e commit 261b958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elrond-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ Storage maps byte arrays to byte arrays.
### Bytes Stack

```k
syntax BytesStack ::= List{Bytes, ":"} [klabel('bytesStackList'), symbol]
syntax BytesStack ::= List{Bytes, ":"} [klabel(bytesStackList), symbol]
// --------------------------------------
syntax BytesOp ::= #pushBytes ( Bytes )
Expand Down

0 comments on commit 261b958

Please sign in to comment.