]> gitweb.factorcode.org Git - factor.git/commitdiff
prettyprint: fix for -> rename.
authorJohn Benediktsson <mrjbq7@gmail.com>
Sun, 16 Aug 2015 19:39:08 +0000 (12:39 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Sun, 16 Aug 2015 19:39:08 +0000 (12:39 -0700)
basis/prettyprint/prettyprint-docs.factor

index 57ecd8fda4e4f02156210bb5adb94995d35b9861..959e2283413eca080217bc04acff728b2e56cc54 100644 (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." } ;