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