Skip to content

Commit

Permalink
Fixed a typo in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mbklein committed Nov 10, 2011
1 parent a9fa035 commit 7c888fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ define read-only, dynamic configuration attributes
* In Ruby 1.9 and above, this is automatic.
* In Rubies earlier than 1.9, Confstruct will try to require and use ActiveSupport::OrderedHash,
falling back to a regular Hash if necessary. The class/instance method `ordered?` can be used
to determine if the hash ordered or not.
to determine if the hash is ordered or not.
* In order to support struct access, all hash keys are converted to symbols, and are accessible
both as strings and symbols (like a `HashWithIndifferentAccess`). In other words, config['foo']
and config[:foo] refer to the same value.
Expand Down

0 comments on commit 7c888fd

Please sign in to comment.