Fix typo in documentation of stripe_object.rb (#940)

This commit is contained in:
brchristian 2020-08-16 16:53:15 -07:00 committed by GitHub
parent 8710fcaddc
commit c517a708d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -375,7 +375,7 @@ module Stripe
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)