diff --git a/docs/cheatsheet.rst b/docs/cheatsheet.rst index 10a7ce105..4b18c63ac 100644 --- a/docs/cheatsheet.rst +++ b/docs/cheatsheet.rst @@ -193,7 +193,7 @@ Reserved Keywords These keywords are reserved in Solidity. They might become part of the syntax in the future: ``after``, ``alias``, ``apply``, ``auto``, ``case``, ``copyof``, ``default``, -``define``, ``final``, ``immutable``, ``implements``, ``in``, ``inline``, ``let``, ``macro``, ``match``, +``define``, ``final``, ``implements``, ``in``, ``inline``, ``let``, ``macro``, ``match``, ``mutable``, ``null``, ``of``, ``partial``, ``promise``, ``reference``, ``relocatable``, ``sealed``, ``sizeof``, ``static``, ``supports``, ``switch``, ``typedef``, ``typeof``, ``unchecked``.