add missing colon

This commit is contained in:
Vladimir Rutsky 2015-07-01 02:31:49 +03:00
parent fdf219dd42
commit aacb5f68bf

View file

@ -176,7 +176,7 @@ After `bar()` is over, its frame is deallocated, leaving just `foo()` and
| 1 | a | 5 |
| 0 | x | 42 |
And then `foo()` ends, leaving just `main()`
And then `foo()` ends, leaving just `main()`:
| Address | Name | Value |
|---------|------|-------|