summaryrefslogtreecommitdiff
path: root/lib/hashie
diff options
context:
space:
mode:
authorGiles Bowkett <gilesb@gmail.com>2017-08-01 10:58:31 -0600
committerGiles Bowkett <gilesb@gmail.com>2017-08-01 10:58:31 -0600
commit2af41e7959e971a86902f577755def3fa8111160 (patch)
tree6bf8dbd4ebea686f5a5ed1fe48512c721a553ac0 /lib/hashie
parentc02e58c3baa13788a4c4a8195540a28919ebb37a (diff)
downloadhashie-2af41e7959e971a86902f577755def3fa8111160.tar.gz
removed typo in error message
Diffstat (limited to 'lib/hashie')
-rw-r--r--lib/hashie/mash.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/hashie/mash.rb b/lib/hashie/mash.rb
index aee6d04..a6d1347 100644
--- a/lib/hashie/mash.rb
+++ b/lib/hashie/mash.rb
@@ -344,7 +344,7 @@ module Hashie
Hashie.logger.warn(
'You are setting a key that conflicts with a built-in method ' \
"#{self.class}##{method_key} #{method_information}. " \
- 'This can cause unexpected behavior when accessing the key via as a ' \
+ 'This can cause unexpected behavior when accessing the key as a ' \
'property. You can still access the key via the #[] method.'
)
end