Fix grammar in ES.42 (#1346)

pull/1357/head
Amir Livneh 7 years ago committed by Sergey Zubkov
parent c83acbc347
commit 882e9539fa

@ -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
{

Loading…
Cancel
Save