From 87336e7d97e966e793922629c7e983ba7bcfea80 Mon Sep 17 00:00:00 2001 From: Rob Greene Date: Mon, 30 Oct 2023 12:59:09 -0500 Subject: [PATCH] Fixing typo. --- tools/bt/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/bt/README.md b/tools/bt/README.md index 2213e3e..422c7fb 100644 --- a/tools/bt/README.md +++ b/tools/bt/README.md @@ -162,4 +162,4 @@ DOS 3.3 (but not ProDOS) seems to rewrite the application linked list when an Ap 10 POKE 103,24:POKE 104,8:RUN ``` -This is a valid program that resets to Applesoft pointer to just after the current program and runs that other program. +This is a valid program that resets the Applesoft pointer to just after the current program and runs that other program.