mirror of
https://github.com/luau-lang/rfcs.git
synced 2025-04-03 18:10:56 +01:00
add comma
This commit is contained in:
parent
b47e000980
commit
29384afb9f
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ The `T!` syntax would indicate a that the type binding for `T` is monomorphic.
|
|||
|
||||
## 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 (`T!`), which may lead to a symbol soup, but it doesn't seem too shabby next to `T?`.
|
||||
|
||||
## Alternatives
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue