Skip to content

Commit

Permalink
Fix typo in documentation of stripe_object.rb (#940)
Browse files Browse the repository at this point in the history
  • Loading branch information
brchristian committed Aug 16, 2020
1 parent 8710fca commit c517a70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/stripe/stripe_object.rb
Expand Up @@ -375,7 +375,7 @@ class << self; self; end
begin
super
rescue NoMethodError => e
# If we notice the accessed name if our set of transient values we can
# If we notice the accessed name of our set of transient values we can
# give the user a slightly more helpful error message. If not, just
# raise right away.
raise unless @transient_values.include?(name)
Expand Down

0 comments on commit c517a70

Please sign in to comment.