]> gitweb.factorcode.org Git - factor.git/commitdiff
Doc fix in prettyprint.facts
authorwayo.cavazos <wayo.cavazos@gmail.com>
Fri, 15 Sep 2006 01:29:50 +0000 (01:29 +0000)
committerwayo.cavazos <wayo.cavazos@gmail.com>
Fri, 15 Sep 2006 01:29:50 +0000 (01:29 +0000)
library/syntax/prettyprint.facts

index 1b4eaa1cd2b9dc069bb2fcb1994fabe020a3cd89..77d1a5f6e75e222e7772ca8047678a0783bc0be7 100644 (file)
@@ -231,7 +231,7 @@ HELP: .
 
 HELP: unparse
 { $values { "obj" "an object" } { "str" "Factor source string" } }
-{ $description "Outputs a prettyprinted string representation ofan object. Output is influenced by many variables; see " { $link "prettyprint-variables" } "." } ;
+{ $description "Outputs a prettyprinted string representation of an object. Output is influenced by many variables; see " { $link "prettyprint-variables" } "." } ;
 
 HELP: pprint-short
 { $values { "obj" "an object" } }