From 64dfefdc745d3a61634a3e455d3b7527890e5a66 Mon Sep 17 00:00:00 2001 From: Kazuki Yamaguchi Date: Mon, 23 Jan 2017 10:07:31 +0900 Subject: buffering: fix typo in doc --- lib/openssl/buffering.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') 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. # -- cgit v1.2.3