Skip to content

Commit

Permalink
Merge pull request gauthamchandra#10 from pickleat/master
Browse files Browse the repository at this point in the history
fixing explicitely -> explicitly
  • Loading branch information
gauthamchandra committed May 5, 2022
2 parents 3337871 + 79904bf commit 50d826a
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 50d826a

Please sign in to comment.