Skip to content

Commit

Permalink
update onReceive documentation
Browse files Browse the repository at this point in the history
Return value description was incomplete.
  • Loading branch information
gittywithexcitement committed Dec 12, 2013
1 parent 9749958 commit 672b986
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions std/net/curl.d
Expand Up @@ -1818,8 +1818,8 @@ private mixin template Protocol()
* callback returns.
*
* Returns:
* The callback returns the incoming bytes read. If not the entire array is
* the request will abort.
* The callback returns the number of incoming bytes read. If the entire array is
* not read the request will abort.
* The special value .pauseRequest can be returned in order to pause the
* current request.
*
Expand Down

0 comments on commit 672b986

Please sign in to comment.