From 04433bcca7337bbf93ae0ee973b3c8448ebacb96 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 16 Dec 2016 23:28:24 +0000 Subject: [PATCH] README: formatting fix The extra space put the end inside a
 tag for RDoc :<
---
 README | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README b/README
index 19c1251..4b1724f 100644
--- a/README
+++ b/README
@@ -11,7 +11,7 @@ EAGAIN and EINPROGRESS.
   returning :wait_readable or :wait_writable instead.
   These exceptions got more expensive to hit under Ruby 1.9.2
   (but were fixed in Ruby 1.9.3 and later to 1.9.1 performance levels,
-   which were still bad)
+  which were still bad)
 
 * Returns the unwritten portion of the string on partial writes,
   making it ideal for buffering unwritten data.
-- 
2.11.4.GIT