Change 'brackets' to 'parentheses'
Again, in American English, and programming, "brackets" usually means "square brackets". "Parentheses" is unambiguous.
This commit is contained in:
parent
46b3bf6b5a
commit
2a6e87a6e9
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ Here's the explanations.
|
|||
|
||||
1. That's a regular object method call.
|
||||
|
||||
2. The same, brackets do not change the order of operations here, the dot is first anyway.
|
||||
2. The same, parentheses do not change the order of operations here, the dot is first anyway.
|
||||
|
||||
3. Here we have a more complex call `(expression).method()`. The call works as if it were split into two lines:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue