Change 'brackets' to 'parentheses'

Again, in American English, and programming, "brackets" usually means "square brackets". "Parentheses" is unambiguous.
This commit is contained in:
Peter Roche 2020-03-30 18:25:04 -06:00 committed by GitHub
parent 46b3bf6b5a
commit 2a6e87a6e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: