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:
+1
-1
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user