Skip to content

Commit

Permalink
Merge pull request #422 from gilesbowkett/typo-fix
Browse files Browse the repository at this point in the history
removed typo in error message
  • Loading branch information
dblock committed Aug 2, 2017
2 parents c02e58c + 2af41e7 commit 59cb1d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/hashie/mash.rb
Expand Up @@ -344,7 +344,7 @@ def log_built_in_message(method_key)
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
Expand Down

0 comments on commit 59cb1d5

Please sign in to comment.