Skip to content

Commit 7d88855

Browse files
authored
Add comment on order independence
1 parent fee065a commit 7d88855

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ I propose using minus (`-`) sign because it doesn't conflict with existing langu
5555
5656
### Execution order
5757
58-
Even though the minus operator is used in the object spread body, between the curly brackets, it must be applied to the result or spread operator.
58+
Even though the minus operator is used in the object spread body, between the curly brackets, it must be applied to the result or spread operator (meaning that the result would be order-independent; please see [this comment](https://github.com/devlato/proposal-plus-minus-spread/issues/3#issuecomment-740308156) for details).
5959
6060
Let's take an example:
6161

0 commit comments

Comments
 (0)