Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix misleading explanation of comma in
$(),*
The previous explanation makes it sound like the comma in that place would match an optional trailing comma like in `[a, b, c,]`. That is incorrect, and actually that only matches commas between elements.
- Loading branch information