Skip to content

Commit

Permalink
Remove quotes for bytesStackList (#130)
Browse files Browse the repository at this point in the history
* Fix typo for bytesStackList

* tmp
  • Loading branch information
virgil-serbanuta authored Aug 24, 2023
1 parent 9d4f88b commit abfeb41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
Loading

0 comments on commit abfeb41

Please sign in to comment.