http.client: fix typo in docs

db4
Keita Haga 2011-01-05 01:00:13 +09:00
parent d22517a585
commit 3ba83001e4
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ $nl
} }
"Submission data for POST and PUT requests:" "Submission data for POST and PUT requests:"
{ $subsections "http.client.post-data" } { $subsections "http.client.post-data" }
"More esoteric use-cases, for example HTTP methods other than the above, are accomodated by constructing an empty request object with " { $link <request> } " and filling everything in by hand." "More esoteric use-cases, for example HTTP methods other than the above, are accommodated by constructing an empty request object with " { $link <request> } " and filling everything in by hand."
{ $subsections { $subsections
"http.client.encoding" "http.client.encoding"
"http.client.errors" "http.client.errors"