From a3fa946300712ae899aa738cbffc3cec9e90b130 Mon Sep 17 00:00:00 2001 From: Mike McGann Date: Sun, 18 Feb 2024 16:25:26 -0500 Subject: [PATCH] fix typo: reaturn -> return (#126) --- docs/source/compiling.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/compiling.rst b/docs/source/compiling.rst index 9bfc0306b..67c89eb47 100644 --- a/docs/source/compiling.rst +++ b/docs/source/compiling.rst @@ -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