]> gitweb.factorcode.org Git - factor.git/commitdiff
Fix chloe-content docs
authorChris Double <chris.double@double.co.nz>
Tue, 28 Sep 2010 21:23:43 +0000 (10:23 +1300)
committerChris Double <chris.double@double.co.nz>
Tue, 28 Sep 2010 21:41:15 +0000 (10:41 +1300)
basis/furnace/actions/actions-docs.factor

index 862bdead72a73d912a681eb0b3cc02548c21af39..ae9dd9b65c54b557326cf3b974ec8e704b4712e0 100644 (file)
@@ -9,7 +9,7 @@ HELP: <action>
 
 HELP: <chloe-content>
 { $values
-     { "path" "a pathname string" }
+     { "pair" "a pair with shape " { $snippet "{ class string }" } }
      { "response" response }
 }
 { $description "Creates an HTTP response which serves a Chloe template. See " { $link "html.templates.chloe" } "." } ;