mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-07 00:05:33 -04:00
Fix spacing between sentences
This commit is contained in:
parent
878d753ff1
commit
3eca0a4be4
@ -243,8 +243,8 @@ module Stripe
|
||||
define_method(k_eq) do |v|
|
||||
if v == ""
|
||||
raise ArgumentError.new(
|
||||
"You cannot set #{k} to an empty string." \
|
||||
"We interpret empty strings as nil in requests." \
|
||||
"You cannot set #{k} to an empty string. " \
|
||||
"We interpret empty strings as nil in requests. " \
|
||||
"You may set #{self}.#{k} = nil to delete the property.")
|
||||
end
|
||||
@values[k] = v
|
||||
|
Loading…
x
Reference in New Issue
Block a user