tc39 / Function-prototype-toString-revision

:fishing_pole_and_fish: ECMA-262 proposal to update Function.prototype.toString
https://tc39.github.io/Function-prototype-toString-revision
26 stars 10 forks source link

missed an IdentifierName in ce86434b #36

Closed michaelficarra closed 5 years ago

michaelficarra commented 5 years ago

In https://github.com/tc39/Function-prototype-toString-revision/commit/ce86434bdbe9a9616d02293a9494080c1a891de8, IdentifierName was changed to PropertyName in the grammar, but the reference to it was not changed. This changes that reference accordingly.