small consistency/grammar change

This commit is contained in:
Ardi 2025-03-07 09:01:20 -06:00 committed by GitHub
parent 96f8aaa3a2
commit b83c473db5
Signed by: DevComp
GPG key ID: B5690EEEBB952194

View file

@ -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