Skip to content

Commit

Permalink
fix typo: reaturn -> return (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-mcgann committed Feb 18, 2024
1 parent 01bbc22 commit a3fa946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/compiling.rst
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ To avoid the reset from happening, use an empty ``repeat`` loop at the end of yo
Alternatively, if you want your program to exit cleanly back to the BASIC prompt,
you have to use ``%zeropage basicsafe``, see :ref:`directives`.
The reason this is not the default is that it is very beneficial to have more zeropage space available to the program,
and programs that have to reaturn cleanly to the BASIC prompt are considered to be the exception.
and programs that have to return cleanly to the BASIC prompt are considered to be the exception.


Odd text and screen colors at start
Expand Down

0 comments on commit a3fa946

Please sign in to comment.