]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/stack-checker/errors/errors-docs.factor
Removing more >r/r> usages
[factor.git] / basis / stack-checker / errors / errors-docs.factor
index f4d7c80e1313005f915ca0512a6fa24f3fe6da90..d4a074031dc319a92f996dd2c0e83977d2c87f36 100644 (file)
@@ -115,7 +115,6 @@ ARTICLE: "inference-errors" "Inference warnings and errors"
 { $subsection inconsistent-recursive-call-error }
 "Retain stack usage errors:"
 { $subsection too-many->r }
-{ $subsection too-many-r> }
-"See " { $link "shuffle-words" } " for retain stack usage conventions. This error can only occur if your code calls " { $link >r } " and " { $link r> } " directly. The " { $link dip } " combinator is safer to use because there is no way to leave the retain stack in an unbalanced state." ;
+{ $subsection too-many-r> } ;
 
 ABOUT: "inference-errors"