Spelling
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:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user