Skip to content

Commit 3d9f0ea

Browse files
committed
SIP-27: Re-word my recommendation for the first variant
1 parent 049df35 commit 3d9f0ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sips/completed/_posts/2016-06-25-trailing-commas.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,9 @@ With this proposal I would like to present 2 variants:
136136

137137
2. The second variant adds trailing comma support to the whole grammar, which means more consistency, but also supporting trailing commas in places that doesn't really need it, such as `ids`.
138138

139-
**NOTE:** I recommend the first variant: only add trailing comma support to `ArgumentExprs`, `Params` and `ClassParams`.
139+
In this proposal, only the first variant is considered: trailing comma support for `ArgumentExprs`, `Params` and `ParamClasses` for the sake of simplicity.
140140

141-
See below for a summary of what changing `ArgumentExprs`, `Params` and `ClassParams` means.
141+
See below for more details on what that would mean.
142142

143143
#### Changing `ArgumentExprs`
144144

0 commit comments

Comments
 (0)