prettyprint: fix for -> rename.

db4
John Benediktsson 2015-08-16 12:39:08 -07:00
parent ace299b5c7
commit c957ab876c
1 changed files with 1 additions and 1 deletions

View File

@ -249,7 +249,7 @@ HELP: stack.
HELP: callstack.
{ $values { "callstack" callstack } }
{ $description "Displays a sequence output by " { $link callstack } " in a nice way, by highlighting the current execution point in every call frame with " { $link -> } "." } ;
{ $description "Displays a sequence output by " { $link callstack } " in a nice way, by highlighting the current execution point in every call frame with " { $link => } "." } ;
HELP: .c
{ $description "Displays the contents of the call stack, with the top of the stack printed first." } ;