]> gitweb.factorcode.org Git - factor.git/commitdiff
http.client: fix typo in docs
authorKeita Haga <keitahaga@mail.com>
Tue, 4 Jan 2011 16:00:13 +0000 (01:00 +0900)
committerKeita Haga <keitahaga@mail.com>
Tue, 4 Jan 2011 16:00:13 +0000 (01:00 +0900)
basis/http/client/client-docs.factor

index 757f07483c8715fc1de12b22e9881612f2b87559..d5f50de109c408d35a0ba381c7942d4df866c6f9 100644 (file)
@@ -139,7 +139,7 @@ $nl
 }
 "Submission data for POST and PUT requests:"
 { $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
     "http.client.encoding"
     "http.client.errors"