add single char monospace

This commit is contained in:
Ardi 2025-03-07 08:55:08 -06:00 committed by GitHub
parent cbc02bd235
commit 9fa24be227
Signed by: DevComp
GPG key ID: B5690EEEBB952194

View file

@ -2,7 +2,7 @@
## Summary
The RFC introduces a feature to annotate polymorphic function types to express that the first instantiation of a polymorphic type T is the one that sticks.
The RFC introduces a feature to annotate polymorphic function types to express that the first instantiation of a polymorphic type `T` is the one that sticks.
## Motivation