about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rw-r--r--lib/rainbows.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rainbows.rb b/lib/rainbows.rb
index 3fed331..8923bf6 100644
--- a/lib/rainbows.rb
+++ b/lib/rainbows.rb
@@ -5,7 +5,7 @@ module Rainbows
 
   # global vars because class/instance variables are confusing me :<
   # this struct is only accessed inside workers and thus private to each
-  # G.cur may not be used the network concurrency model
+  # G.cur may not be used in the network concurrency model
   class State < Struct.new(:alive,:m,:cur,:kato,:server,:tmp)
     def tick
       tmp.chmod(self.m = m == 0 ? 1 : 0)