Skip to content

Commit

Permalink
Merge pull request #1006 from 0xPolygonMiden/hacka-small-word-fix
Browse files Browse the repository at this point in the history
docs: small word fix
  • Loading branch information
bobbinth authored Jul 17, 2023
2 parents 587289f + 69f6ccb commit dd1fa01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/design/stack/main.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ If an operation removes an item from the stack, we say that the operation caused

![](../../assets/design/stack/stack_1st_left_shift.png)

Overall, the during the left shift we do the following:
Overall, during the left shift we do the following:

* When stack depth is greater than $16$:
* Decrement stack depth by $1$.
Expand Down

0 comments on commit dd1fa01

Please sign in to comment.