From e41484a3a8d860d01cf0d4e9418c367e94842ae7 Mon Sep 17 00:00:00 2001 From: CubeX <88248156+CubeXGames@users.noreply.github.com> Date: Sat, 28 Feb 2026 20:20:59 -0700 Subject: [PATCH] Fix typo in ca65 documentation --- doc/ca65.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ca65.sgml b/doc/ca65.sgml index d5c89a124..a2bcf89b2 100644 --- a/doc/ca65.sgml +++ b/doc/ca65.sgml @@ -1167,7 +1167,7 @@ cause any errors. A nested procedure is created by use of /. It differs from a / in that it must have a -name, and a it will introduce a symbol with this name in the enclosing scope. +name, and it will introduce a symbol with this name in the enclosing scope. So