diff options
author | Loïc Hoguin <[email protected]> | 2018-09-07 13:53:12 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2018-09-07 13:53:12 +0200 |
commit | dcc6f9326f70efbab81897aae8f2e23d621c7f3a (patch) | |
tree | c91c6114db7f7b36eea2ece537ba8988b73e43b3 /doc/src/manual/cowboy_req.read_part_body.asciidoc | |
parent | a02d6590c44a0b359d091398858c8f028dddb088 (diff) | |
download | cowboy-dcc6f9326f70efbab81897aae8f2e23d621c7f3a.tar.gz cowboy-dcc6f9326f70efbab81897aae8f2e23d621c7f3a.tar.bz2 cowboy-dcc6f9326f70efbab81897aae8f2e23d621c7f3a.zip |
Fix some grammatical errors in the manual
Diffstat (limited to 'doc/src/manual/cowboy_req.read_part_body.asciidoc')
-rw-r--r-- | doc/src/manual/cowboy_req.read_part_body.asciidoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/manual/cowboy_req.read_part_body.asciidoc b/doc/src/manual/cowboy_req.read_part_body.asciidoc index 36b21ec..3a1af2f 100644 --- a/doc/src/manual/cowboy_req.read_part_body.asciidoc +++ b/doc/src/manual/cowboy_req.read_part_body.asciidoc @@ -61,7 +61,7 @@ An `ok` tuple is returned when there are no more data to be read. The data is always returned as a binary. -The Req object returned in the tuple must be used for that point +The Req object returned in the tuple must be used from that point onward. It contains a more up to date representation of the request. For example it may have an added content-length header once the body has been read. |