Skip to content

Commit 017ae53

Browse files
committed
adjustment from review feedback
1 parent 59460f2 commit 017ae53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_style/naming-conventions.md

+1-1
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)