diff options
| author | lorensr <lorensr@gmail.com> | 2011-02-06 21:10:56 -0500 |
|---|---|---|
| committer | lorensr <lorensr@gmail.com> | 2011-02-06 21:10:56 -0500 |
| commit | c04c194234d33ebc13da46b8cc0a89d97b2e8aef (patch) | |
| tree | f5cfb36cdf4d69f171552f7283fc889a9691d857 | |
| parent | 514d791dd8602ad1d70d45a824927aafe44e838c (diff) | |
| download | json-c04c194234d33ebc13da46b8cc0a89d97b2e8aef.tar.gz | |
typo, README file extension
| -rw-r--r-- | README.rdoc (renamed from README) | 0 | ||||
| -rw-r--r-- | lib/json/pure/generator.rb | 2 |
2 files changed, 1 insertions, 1 deletions
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 |
