]> gitweb.factorcode.org Git - factor.git/commitdiff
compiler.tree.debugger-docs: fix a typo
authorAlexander Iljin <ajsoft@yandex.ru>
Sat, 29 Oct 2016 18:09:31 +0000 (21:09 +0300)
committerJohn Benediktsson <mrjbq7@gmail.com>
Sun, 30 Oct 2016 21:18:53 +0000 (14:18 -0700)
basis/compiler/tree/debugger/debugger-docs.factor

index bf072a1e51eefcb4bb68594f6b67bf1a48c5bac3..5ab66e2ba6382fce4d673c30b33192882d47cbb5 100644 (file)
@@ -5,7 +5,7 @@ HELP: >R
 { $description "Symbol in the debugger to show that the top datastack item is moved to the retainstack." } ;
 
 HELP: R>
-{ $description "Symbol in the debugger to show that the top retainstack item os moved to the datastack." } ;
+{ $description "Symbol in the debugger to show that the top retainstack item is moved to the datastack." } ;
 
 HELP: #>r?
 { $values { "#shuffle" #shuffle } { "?" boolean } }