mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2025-12-17 20:54:41 +03:00
Fix grammar in ES.42 (#1346)
This commit is contained in:
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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user