mirror of
https://github.com/luau-lang/rfcs.git
synced 2025-04-03 18:10:56 +01:00
small consistency/grammar change
This commit is contained in:
parent
96f8aaa3a2
commit
b83c473db5
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ test(1, "string") -- TypeError: Expected `number`, got `string`
|
|||
|
||||
## Drawbacks
|
||||
|
||||
- Introduces a new syntax modifier (`T!`), which may lead to a symbol soup, but it doesn't seem too shabby next to `T?`.
|
||||
- Introduces a new syntax modifier `!`, which may lead to a symbol soup. However, `T!` doesn't seem too shabby next to `T?`.
|
||||
- Introduces a simple change to luau's parser, marginally increasing parsing complexity.
|
||||
|
||||
## Alternatives
|
||||
|
|
Loading…
Add table
Reference in a new issue