mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-04 00:00:47 -04:00
Fix typo in documentation of stripe_object.rb (#940)
This commit is contained in:
parent
8710fcaddc
commit
c517a708d5
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user