diff --git a/basis/http/http-docs.factor b/basis/http/http-docs.factor index 6fb5b73fad..943d1063f9 100644 --- a/basis/http/http-docs.factor +++ b/basis/http/http-docs.factor @@ -90,7 +90,7 @@ HELP: put-cookie { $side-effects "request/response" } ; HELP: -{ $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