Skip to content

Commit 88202a5

Browse files
SethTisuesila-strike
authored andcommitted
adjustment from review feedback
1 parent 45475b0 commit 88202a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_style/naming-conventions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ or with no parameter lists at all:
205205
def foo2 = ...
206206

207207
By convention, parentheses are used to indicate that a method has
208-
side effects.
208+
side effects, such as altering the receiver.
209209

210210
On the other hand, the absence of parentheses indicates that a
211211
method is like an accessor: it returns a value without altering the

0 commit comments

Comments
 (0)