Skip to content

Commit

Permalink
Merge pull request #158 from onflow/gio/update-reserved-identifiers
Browse files Browse the repository at this point in the history
Add `result` to reserved identifiers
  • Loading branch information
sisyphusSmiling authored Sep 25, 2024
2 parents e5b8564 + e0f35a9 commit 32de354
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/language/syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 32de354

Please sign in to comment.