]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/compiler/tree/debugger/debugger-docs.factor
minor cleanup to some docs.
[factor.git] / basis / compiler / tree / debugger / debugger-docs.factor
index 8ce7a1ad4d3c4ec02ff491d816d27e5bbce4aeff..70c7a0b15b8d91f516e293b0d80176e240c22408 100644 (file)
@@ -2,5 +2,5 @@ USING: compiler.tree help.markup help.syntax ;
 IN: compiler.tree.debugger
 
 HELP: #>r?
-{ $values { "#shuffle" #shuffle } { "?" "a boolean" } }
+{ $values { "#shuffle" #shuffle } { "?" boolean } }
 { $description "True if the #shuffle copies an item from the data stack to the retain stack." } ;