]> gitweb.factorcode.org Git - factor.git/commitdiff
Fix furnace.actions help lint
authorDoug Coleman <doug.coleman@gmail.com>
Fri, 1 Oct 2010 06:40:29 +0000 (01:40 -0500)
committerDoug Coleman <doug.coleman@gmail.com>
Fri, 1 Oct 2010 06:41:25 +0000 (01:41 -0500)
basis/furnace/actions/actions-docs.factor

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