Skip to content

Commit

Permalink
Update expect comment
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanTAllen committed Jun 19, 2019
1 parent dfb6443 commit 3975bd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/net/tcp_connection.pony
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ actor TCPConnection
`qty` is zero, the call can contain any amount of data. This has no effect
if called in the `sent` notifier callback.
`qty` can not exceed the max buffer size as indicated by the
Errors if `qty` exceeds the max buffer size as indicated by the
read_buffer_size` supplied when the connection was created.
"""
if qty <= _read_buffer_size then
Expand Down

0 comments on commit 3975bd9

Please sign in to comment.