]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/backtrack/backtrack-docs.factor
factor: Rename I[ ]I to [I I]. Fix places where we do "string"token without whitespace.
[factor.git] / extra / backtrack / backtrack-docs.factor
index d9e344b130c619103fbf6e257bd4979d8e596fdf..f41e9b534d5ec5d73a0efd1316c1c105fc006e93 100644 (file)
@@ -18,7 +18,7 @@ HELP: amb
 ;
 
 HELP: cut-amb
-{ $description "Reset the amb system. Calling this word resets the whole stack of " { $link amb } " calls and should not be done lightly."}
+{ $description "Reset the amb system. Calling this word resets the whole stack of " { $link amb } " calls and should not be done lightly." }
 { $see-also amb fail }
 ;