diff --git a/functions.md b/functions.md index 1f9a618..f4b64f1 100644 --- a/functions.md +++ b/functions.md @@ -274,7 +274,7 @@ puts('Hello', 'World') # Also correct in Ruby but less used as its unnec #### When to use parentheses See the [Coding Conventions](coding_conventions.md#parentheses) page for more details. -**tl;dr**: Omit parentheses for anything with keyword status in Ruby and explicitely use parentheses for everything else. +**tl;dr**: Omit parentheses for anything with keyword status in Ruby and explicitly use parentheses for everything else. ### Functions as arguments