summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJerry Cheung <jollyjerry@gmail.com>2012-06-22 22:43:03 -0700
committerJerry Cheung <jollyjerry@gmail.com>2012-06-22 22:43:03 -0700
commit8dd0fec950c33373c5c954d7ac72df4724334b12 (patch)
tree758286c71335fbaad2b2025e9e4ad7b309bc8c59
parent7d9cf01d2e31e1789cb890a21c4800b2163857b4 (diff)
parent79e8aee8ef0fbad575d1959deec62a95b5f8a6d7 (diff)
downloadhashie-8dd0fec950c33373c5c954d7ac72df4724334b12.tar.gz
Merge pull request #35 from jaimeiniesta/master
Fixed typo
-rw-r--r--README.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown
index fc8dd11..aaca71c 100644
--- a/README.markdown
+++ b/README.markdown
@@ -138,7 +138,7 @@ to false or nil. In order to check if a key has been set at all, use the
Dash is an extended Hash that has a discrete set of defined properties
and only those properties may be set on the hash. Additionally, you
can set defaults for each property. You can also flag a property as
-required. Required properties will raise an execption if unset.
+required. Required properties will raise an exception if unset.
### Example: