Skip to content

Commit

Permalink
Improve documentation of openers_stack.
Browse files Browse the repository at this point in the history
Closes #563.
  • Loading branch information
jgm committed Mar 17, 2019
1 parent 264a38a commit 4b43238
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9481,8 +9481,8 @@ just above `stack_bottom` (or the first element if `stack_bottom`
is NULL).

We keep track of the `openers_bottom` for each delimiter
type (`*`, `_`) and delimiter length (modulo 3). Initialize
this to `stack_bottom`.
type (`*`, `_`) and each length of the closing delimiter run
(modulo 3). Initialize this to `stack_bottom`.

Then we repeat the following until we run out of potential
closers:
Expand Down

0 comments on commit 4b43238

Please sign in to comment.