1
0
mirror of https://github.com/cc65/cc65.git synced 2026-04-19 09:28:25 +00:00

Merge pull request #2936 from CubeXGames/patch-1

Fix typo in ca65 documentation
This commit is contained in:
Bob Andrews
2026-03-01 14:06:41 +01:00
committed by GitHub
+1 -1
View File
@@ -1167,7 +1167,7 @@ cause any errors.
A nested procedure is created by use of <tt/<ref id=".PROC" name=".PROC">/. It
differs from a <tt/<ref id=".SCOPE" name=".SCOPE">/ 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
<tscreen><verb>