summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Frank <flori@ping.de>2011-05-11 07:59:43 -0700
committerFlorian Frank <flori@ping.de>2011-05-11 07:59:43 -0700
commit65d259b09e1256e56f301d473a9a083315dc305d (patch)
treec874148f60de4cbbc387efa997f0511ea0ba55f3
parent8dccea9aff840b73f5227e61c9b27060fae1adb2 (diff)
parentc04c194234d33ebc13da46b8cc0a89d97b2e8aef (diff)
downloadjson-65d259b09e1256e56f301d473a9a083315dc305d.tar.gz
Merge pull request #59 from lorensr/master
fixed typo, changed README file extension
-rw-r--r--README.rdoc (renamed from README)0
-rw-r--r--lib/json/pure/generator.rb2
2 files changed, 1 insertions, 1 deletions
diff --git a/README b/README.rdoc
index 22249ba..22249ba 100644
--- a/README
+++ b/README.rdoc
diff --git a/lib/json/pure/generator.rb b/lib/json/pure/generator.rb
index 44cca60..9bdfe02 100644
--- a/lib/json/pure/generator.rb
+++ b/lib/json/pure/generator.rb
@@ -99,7 +99,7 @@ module JSON
module Pure
module Generator
# This class is used to create State instances, that are use to hold data
- # while generating a JSON text from a a Ruby data structure.
+ # while generating a JSON text from a Ruby data structure.
class State
# Creates a State object from _opts_, which ought to be Hash to create
# a new State instance configured by _opts_, something else to create