Fix grammar in ES.42 (#1346)

This commit is contained in:
Amir Livneh 2019-02-26 17:30:30 -05:00 committed by Sergey Zubkov
parent c83acbc347
commit 882e9539fa

View File

@ -11317,7 +11317,7 @@ Use a `span`:
a[pos - 1] = 2; // OK
}
Use a `at()`:
Use `at()`:
void f3(array<int, 10> a, int pos) // ALTERNATIVE B: Use at() for access
{