summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlorensr <lorensr@gmail.com>2011-02-06 21:10:56 -0500
committerFlorian Frank <flori@ping.de>2011-05-11 17:00:33 +0200
commitdb5c507552e3a745e6e27e52a473ed1b5c8704fa (patch)
tree72b50cd52e51291713e2f3c8c4f3da1036b6587d
parentd0738dd8a91a682d372d1773d496fd5f7dec0bec (diff)
downloadjson-db5c507552e3a745e6e27e52a473ed1b5c8704fa.tar.gz
typo, 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