From 2eb57cb02376df701e80d2692deab5809214171a Mon Sep 17 00:00:00 2001 From: Barton Stanley Date: Fri, 31 Jan 2020 13:04:15 -0600 Subject: Change "invokation" to "invocation" --- ruby.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ruby.html.markdown') diff --git a/ruby.html.markdown b/ruby.html.markdown index 3fc2ed2d..376f4a47 100644 --- a/ruby.html.markdown +++ b/ruby.html.markdown @@ -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? -- cgit v1.2.3