Fix typo in ca65 documentation

This commit is contained in:
CubeX
2026-02-28 20:20:59 -07:00
committed by GitHub
parent c7e851caa3
commit e41484a3a8

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>