Change "invokation" to "invocation"

This commit is contained in:
Barton Stanley 2020-01-31 13:04:15 -06:00 committed by GitHub
parent 634932ccc7
commit 2eb57cb023
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -256,7 +256,7 @@ else
'else, also optional'
end
# If a condition controls invokation of a single statement rather than a block of code
# If a condition controls invocation of a single statement rather than a block of code
# you can use postfix-if notation
warnings = ['Patronimic is missing', 'Address too short']
puts("Some warnings occurred:\n" + warnings.join("\n")) if !warnings.empty?