summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlorensr <lorensr@gmail.com>2011-02-06 21:10:56 -0500
committerlorensr <lorensr@gmail.com>2011-02-06 21:10:56 -0500
commitc04c194234d33ebc13da46b8cc0a89d97b2e8aef (patch)
treef5cfb36cdf4d69f171552f7283fc889a9691d857
parent514d791dd8602ad1d70d45a824927aafe44e838c (diff)
downloadjson-c04c194234d33ebc13da46b8cc0a89d97b2e8aef.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