We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf55ccd commit 2d9437eCopy full SHA for 2d9437e
lib/protocol/http/body/stream.rb
@@ -47,7 +47,7 @@ module Reader
47
#
48
# If buffer is given, then the read data will be placed into buffer instead of a newly created String object.
49
50
- # @parameterlength [Integer] the amount of data to read
+ # @parameter length [Integer] the amount of data to read
51
# @parameter buffer [String] the buffer which will receive the data
52
# @returns [String] a buffer containing the data
53
def read(length = nil, buffer = nil)
0 commit comments