Fix http help lint

db4
Slava Pestov 2009-01-22 20:08:23 -06:00
parent 256d84a54f
commit dad22d0ee5
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ HELP: put-cookie
{ $side-effects "request/response" } ;
HELP: <post-data>
{ $values { "raw" byte-array } { "content-type" "a MIME type string" } { "post-data" post-data } }
{ $values { "content-type" "a MIME type string" } { "post-data" post-data } }
{ $description "Creates a new " { $link post-data } "." } ;
HELP: header