Fixed formatting typo

This commit is contained in:
Bobbi Webber-Manners 2018-05-02 18:55:59 -04:00 committed by GitHub
parent ac0279cf91
commit 17e49979c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -997,7 +997,7 @@ The compiler allocates these linked lists (anchored by `callsbegin` and `subsbeg
#### Summary of Compiler Memory Allocations
- `HEAP1
- `HEAP1`
- Generated bytecode, growing up from the bottom of the arena. Discarded after compilation.
- Global and local variables, growing down from the top of the arena.
- `HEAP2`