From 97e3a0d22fda1f920a818e289a2b798a30a01bf6 Mon Sep 17 00:00:00 2001 From: witchiest <62822174+gaymeowing@users.noreply.github.com> Date: Fri, 11 Apr 2025 08:05:12 -0400 Subject: [PATCH] dot --- docs/types-library-optional.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/types-library-optional.md b/docs/types-library-optional.md index 1c685d9..8672db0 100644 --- a/docs/types-library-optional.md +++ b/docs/types-library-optional.md @@ -2,7 +2,7 @@ ## 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