From 325343a66f816a5af8f660d00e6e089237f807f3 Mon Sep 17 00:00:00 2001 From: brchristian Date: Sat, 15 Aug 2020 20:51:01 -0700 Subject: [PATCH] Fix typo in documentation of stripe_object.rb --- lib/stripe/stripe_object.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/stripe/stripe_object.rb b/lib/stripe/stripe_object.rb index dc3327802..01e564952 100644 --- a/lib/stripe/stripe_object.rb +++ b/lib/stripe/stripe_object.rb @@ -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)