Closes https://github.com/dart-lang/sdk/pull/50922

GitOrigin-RevId: 58fd7cfd5ef470a65a52ea28e0407244d853c917
Change-Id: I2e5a5ed991cb05270170a18b8f0169daa9eabdb7
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/278537
Reviewed-by: Alexander Thomas <athom@google.com>
Commit-Queue: Alexander Thomas <athom@google.com>
This commit is contained in:
Josh Soref
2023-01-24 18:00:25 +00:00
committed by Commit Queue
parent 501d0591b0
commit f7a2ea5e06
75 changed files with 110 additions and 110 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ library PegParser;
* sequence is value-generating if any of the subrules are value-generating or
* if there is a reducing function. If no reducing function is given, the value
* returned depends on the number of value-generating subrules. If there is
* only one value generating subrule, that provideds the value for the sequence.
* only one value generating subrule, that provides the value for the sequence.
* If there are more, then the value is a list of the values of the
* value-generating subrules.
*/