Skip to content

Commit 6f6ceeb

Browse files
committed
renaming table back to "callframe methods" because its about them and if you want rename it, fix backlinks from A too
1 parent bbf5621 commit 6f6ceeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/appendix-b-grouped.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1064,7 +1064,7 @@ In routine and block definitions can be also some character with special meaning
10641064
[`^`](appendix-a-index.html#caret-signature) prefix of metaclass methods, `$obj.^methods();` is shortcut for [`$obj.HOW.methods($obj);`](#object-introspection)
10651065
------------------------------------------------------------- ------------------------------------------------------------------------------------------------------------------
10661066

1067-
### Callframes ###
1067+
### Callframe Methods ###
10681068

10691069
A callframe object is generated at run-time for each call of a block of code.
10701070
If a block of code includes a [**callframe()**](appendix-a-index.html#callframe) call,

0 commit comments

Comments
 (0)