Skip to content

Commit 2d9437e

Browse files
committed
Fix typo.
1 parent bf55ccd commit 2d9437e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/protocol/http/body/stream.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ module Reader
4747
#
4848
# If buffer is given, then the read data will be placed into buffer instead of a newly created String object.
4949
#
50-
# @parameterlength [Integer] the amount of data to read
50+
# @parameter length [Integer] the amount of data to read
5151
# @parameter buffer [String] the buffer which will receive the data
5252
# @returns [String] a buffer containing the data
5353
def read(length = nil, buffer = nil)

0 commit comments

Comments
 (0)