mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2024-03-22 13:30:58 +08:00
Fix grammar in ES.50 (#1352)
This commit is contained in:
parent
a10668dc1d
commit
2056a14da7
|
@ -11852,7 +11852,7 @@ State that `cache` is mutable even for a `const` object:
|
|||
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
|
||||
public:
|
||||
|
|
Loading…
Reference in New Issue
Block a user