summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKazuki Yamaguchi <k@rhe.jp>2017-01-23 10:07:31 +0900
committerKazuki Yamaguchi <k@rhe.jp>2017-01-23 10:08:10 +0900
commit64dfefdc745d3a61634a3e455d3b7527890e5a66 (patch)
treedbf8dac4386a29083f23295cd287bfda33397f8f
parentbe817ba62b71cb3635aa805338a6d536db4af8f8 (diff)
downloadruby-openssl-64dfefdc745d3a61634a3e455d3b7527890e5a66.tar.gz
buffering: fix typo in doc
-rw-r--r--lib/openssl/buffering.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/openssl/buffering.rb b/lib/openssl/buffering.rb
index 7fd647ca..b0dffefd 100644
--- a/lib/openssl/buffering.rb
+++ b/lib/openssl/buffering.rb
@@ -189,7 +189,7 @@ module OpenSSL::Buffering
end
##
- # Reads the next "line+ from the stream. Lines are separated by +eol+. If
+ # Reads the next "line" from the stream. Lines are separated by +eol+. If
# +limit+ is provided the result will not be longer than the given number of
# bytes.
#
@@ -344,7 +344,7 @@ module OpenSSL::Buffering
end
##
- # Writes +str+ in the non-blocking manner.
+ # Writes +s+ in the non-blocking manner.
#
# If there is buffered data, it is flushed first. This may block.
#