This commit is contained in:
witchiest 2025-04-11 08:05:12 -04:00 committed by GitHub
parent 46850cbfb2
commit 97e3a0d22f
Signed by: DevComp
GPG key ID: B5690EEEBB952194

View file

@ -2,7 +2,7 @@
## Summary ## Summary
This RFC proposes adding a new method to the `types` library in type functions, that provides a shorthand for `types.unionof(type, types.singleton(nil))` This RFC proposes adding a new method to the `types` library in type functions, that provides a shorthand for `types.unionof(type, types.singleton(nil))`.
## Motivation ## Motivation