mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2024-03-22 13:30:58 +08:00
Fix grammar in ES.42 (#1346)
This commit is contained in:
parent
c83acbc347
commit
882e9539fa
|
@ -11317,7 +11317,7 @@ Use a `span`:
|
||||||
a[pos - 1] = 2; // OK
|
a[pos - 1] = 2; // OK
|
||||||
}
|
}
|
||||||
|
|
||||||
Use a `at()`:
|
Use `at()`:
|
||||||
|
|
||||||
void f3(array<int, 10> a, int pos) // ALTERNATIVE B: Use at() for access
|
void f3(array<int, 10> a, int pos) // ALTERNATIVE B: Use at() for access
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user