munificent / craftinginterpreters

Repository for the book "Crafting Interpreters"
http://www.craftinginterpreters.com/
Other
8.87k stars 1.04k forks source link

Small typo at Control flow #1167

Closed kmr-ankitt closed 2 months ago

kmr-ankitt commented 2 months ago

There is a small spelling mistake at Control flow.

before:

Otherwise, it bails.

after:

Otherwise, it fails.