diff --git a/lib/stripe/api_operations/save.rb b/lib/stripe/api_operations/save.rb index 7dbca861a..af7d3ada9 100644 --- a/lib/stripe/api_operations/save.rb +++ b/lib/stripe/api_operations/save.rb @@ -62,7 +62,7 @@ def save(params = {}, opts = {}) values = serialize_params(self).merge(params) - # NOTE: that id gets removed here our call to #url above has already + # Please note that id gets removed here our call to #url above has already # generated a uri for this object with an identifier baked in values.delete(:id)