about summary refs log tree commit homepage
path: root/README
diff options
context:
space:
mode:
authorEric Wong <e@yhbt.net>2010-11-05 09:01:08 +0800
committerEric Wong <e@yhbt.net>2010-11-05 09:01:08 +0800
commit2772ed8bfe108b66b7493bc5cb0c40ddeb1ca57d (patch)
treece3fc56917c275628c73caee0acac01c8ef84861 /README
parentbf3b507791403811bece9dff915ca10757bca519 (diff)
downloadkgio-2772ed8bfe108b66b7493bc5cb0c40ddeb1ca57d.tar.gz
There's no point in using constants that point to symbols
instead of just the symbols themselves.
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 70a7997..f8f4d56 100644
--- a/README
+++ b/README
@@ -8,7 +8,7 @@ applications.
 == Features
 
 * Can avoid expensive exceptions on common EAGAIN/EINPROGRESS errors,
-  returning Kgio::WaitReadable or Kgio::WaitWritable instead.
+  returning :wait_readable or :wait_writable instead.
   These exceptions got more expensive to hit under Ruby 1.9.2
   (but should be fixed in Ruby 1.9.3 to 1.9.1 performance levels)