diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-06-27 09:44:18 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-06-27 09:44:18 +0200 |
commit | 4561c0f5fb01f06ed55b89c21c4c98813786abe8 (patch) | |
tree | 1be641acfbdae19872d1abd7c02213a6eb18f15c /lib/edoors/room.rb | |
parent | 0af512c674161ece0f757edda6bd09e9e4280d61 (diff) | |
download | edoors-ruby-4561c0f5fb01f06ed55b89c21c4c98813786abe8.zip edoors-ruby-4561c0f5fb01f06ed55b89c21c4c98813786abe8.tar.gz |
small documentation updates
Diffstat (limited to 'lib/edoors/room.rb')
-rw-r--r-- | lib/edoors/room.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/edoors/room.rb b/lib/edoors/room.rb index 2c70935..decdb83 100644 --- a/lib/edoors/room.rb +++ b/lib/edoors/room.rb @@ -222,7 +222,7 @@ module Edoors end private :_send # - # send the given Particle to user Particle fifo + # send the given Particle to application Particle fifo # # @param [Particle] p the Particle to send # |