add comma

This commit is contained in:
Ardi 2025-03-07 04:40:30 -06:00 committed by GitHub
parent b47e000980
commit 29384afb9f
Signed by: DevComp
GPG key ID: B5690EEEBB952194

View file

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