summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Doubrovkine (dB.) @dblockdotorg <dblock@dblock.org>2017-08-02 07:21:18 -0400
committerGitHub <noreply@github.com>2017-08-02 07:21:18 -0400
commit59cb1d507c5a0c69af9ab6491066d497c9f952bf (patch)
tree6bf8dbd4ebea686f5a5ed1fe48512c721a553ac0
parentc02e58c3baa13788a4c4a8195540a28919ebb37a (diff)
parent2af41e7959e971a86902f577755def3fa8111160 (diff)
downloadhashie-59cb1d507c5a0c69af9ab6491066d497c9f952bf.tar.gz
Merge pull request #422 from gilesbowkett/typo-fix
removed typo in error message
-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