Fix grammar in ES.50 (#1352)

pull/1357/head
Amir Livneh 7 years ago 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;
};
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…
Cancel
Save