about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-12-16 23:28:24 +0000
committerEric Wong <e@80x24.org>2016-12-16 23:28:24 +0000
commit04433bcca7337bbf93ae0ee973b3c8448ebacb96 (patch)
tree023fb80edbc52cedc781c992f16eff7788b0b95e
parent1ab0dee51865dc67146be842914ab2bc883111a9 (diff)
downloadkgio-04433bcca7337bbf93ae0ee973b3c8448ebacb96.tar.gz
The extra space put the end inside a <pre> tag for RDoc :<
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
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.