diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-06-26 16:51:56 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-06-26 16:51:56 +0200 |
commit | 556bfae035b88ecbf7ae20d7964c3599615b950f (patch) | |
tree | 9ba8846d0b6251378dfecfceca1b6d62a9978300 /lib/edoors | |
parent | e29b965e1ffbb06f26443028c1ac38f1de4f046e (diff) | |
download | edoors-ruby-556bfae035b88ecbf7ae20d7964c3599615b950f.zip edoors-ruby-556bfae035b88ecbf7ae20d7964c3599615b950f.tar.gz |
Room: typo
Diffstat (limited to 'lib/edoors')
-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 5da1a7f..2c70935 100644 --- a/lib/edoors/room.rb +++ b/lib/edoors/room.rb @@ -55,7 +55,7 @@ module Edoors # # creates a Room object from a JSON data # - # @param [Hash] o belongs to JSON parse + # @param [Hash] o belongs to JSON parser # # @raise Edoors::Exception if the json kls attribute is wrong # |