Skip to content

Commit

Permalink
fixing explicitely -> explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
pickleat committed Feb 21, 2022
1 parent 3337871 commit 79904bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 79904bf

Please sign in to comment.