about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-06-21 00:38:08 -0700
committerEric Wong <normalperson@yhbt.net>2010-06-21 00:38:08 -0700
commit553f9e814f4ffbd021c33b70193c0fd41edb1d2e (patch)
tree3c57960ef207bde353a6ab7b0e866fb5819922f9
parenta20beb209d3cca0e2c601dee8658496f26315f58 (diff)
downloadupr-553f9e814f4ffbd021c33b70193c0fd41edb1d2e.tar.gz
README: fix bashism in RDoc :P
oops...
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index e84c9c2..730dff0 100644
--- a/README
+++ b/README
@@ -24,7 +24,7 @@ handful of concurrency models:
 For use with Revactor, the use of network-based Moneta stores or DRb is
 only advised if those stores are using Revactor-aware sockets.
 
-Likewise, with the *Fiber{Spawn,Pool} models, any network based stores
+Likewise, with the *FiberSpawn and FiberPool models, any network based stores
 should be using the wrapper class
 {Rainbows::Fiber::IO}[http://rainbows.rubyforge.org/Rainbows/Fiber/IO.html]