mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2025-12-17 20:54:41 +03:00
Fix grammar in ES.50 (#1352)
This commit is contained in:
committed by
Sergey Zubkov
parent
a10668dc1d
commit
2056a14da7
@@ -11852,7 +11852,7 @@ State that `cache` is mutable even for a `const` object:
|
|||||||
mutable Cache cache;
|
mutable Cache cache;
|
||||||
};
|
};
|
||||||
|
|
||||||
An alternative solution would to store a pointer to the `cache`:
|
An alternative solution would be to store a pointer to the `cache`:
|
||||||
|
|
||||||
class X { // OK, but slightly messier solution
|
class X { // OK, but slightly messier solution
|
||||||
public:
|
public:
|
||||||
|
|||||||
Reference in New Issue
Block a user