From 6e18c6e7cdc891b661975ee8d58d1b6c6a9f8d6b Mon Sep 17 00:00:00 2001 From: qedk <1994constant@gmail.com> Date: Sun, 25 Jul 2021 20:23:29 +0530 Subject: [PATCH] Remove keyword already in use from cheatsheet --- docs/cheatsheet.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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``.