Fix grammar in ES.50 (#1352)

This commit is contained in:
Amir Livneh 2019-02-26 17:35:52 -05:00 committed by Sergey Zubkov
parent a10668dc1d
commit 2056a14da7

View File

@ -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: