From e0f35a9bd10bb834a7e8ff0cbafff983d3932ee9 Mon Sep 17 00:00:00 2001 From: Giovanni Sanchez <108043524+sisyphusSmiling@users.noreply.github.com> Date: Wed, 25 Sep 2024 11:27:50 -0600 Subject: [PATCH] add result to reserved identifiers --- docs/language/syntax.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/language/syntax.md b/docs/language/syntax.md index 406c08f..57281fb 100644 --- a/docs/language/syntax.md +++ b/docs/language/syntax.md @@ -112,7 +112,7 @@ The following identifiers are reserved, as they are keywords of the language: - `auth`, `access` - `self`, `init` - `contract`, `event`, `struct`, `resource`, `interface`, - `entitlement`, `enum`, `mapping`, `attachment` + `entitlement`, `enum`, `mapping`, `attachment`, `result` - `transaction`, `prepare`, `execute` - `switch`, `case`, `default` - `import`, `include`