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`