diff --git a/data/transactions/logic/README.md b/data/transactions/logic/README.md index 850d02a3e1..324cd7d536 100644 --- a/data/transactions/logic/README.md +++ b/data/transactions/logic/README.md @@ -212,7 +212,7 @@ Constants can be pushed onto the stack in two different ways: 2. Constants can be loaded into storage separate from the stack and scratch space, using two opcodes `intcblock` and - `bytecblock`. Then, constants from this storage can be pushed + `bytecblock`. Then, constants from this storage can be pushed onto the stack by referring to the type and index using `intc`, `intc_[0123]`, `bytec`, and `bytec_[0123]`. This method is more efficient for constants that are used multiple times. diff --git a/data/transactions/logic/README_in.md b/data/transactions/logic/README_in.md index 6dfcfe9664..58652ebcf7 100644 --- a/data/transactions/logic/README_in.md +++ b/data/transactions/logic/README_in.md @@ -212,7 +212,7 @@ Constants can be pushed onto the stack in two different ways: 2. Constants can be loaded into storage separate from the stack and scratch space, using two opcodes `intcblock` and - `bytecblock`. Then, constants from this storage can be pushed + `bytecblock`. Then, constants from this storage can be pushed onto the stack by referring to the type and index using `intc`, `intc_[0123]`, `bytec`, and `bytec_[0123]`. This method is more efficient for constants that are used multiple times.