From 57450768a154d97db797f12faa910b411aead6e3 Mon Sep 17 00:00:00 2001 From: Alan Jeffrey <403333+asajeffrey@users.noreply.github.com> Date: Tue, 4 Jan 2022 15:18:01 -0600 Subject: [PATCH] Update rfcs/recursive-type-unrestriction.md Co-authored-by: Matt Hargett --- rfcs/recursive-type-unrestriction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rfcs/recursive-type-unrestriction.md b/rfcs/recursive-type-unrestriction.md index dc739c58..82802e60 100644 --- a/rfcs/recursive-type-unrestriction.md +++ b/rfcs/recursive-type-unrestriction.md @@ -20,7 +20,7 @@ but *not* recursive type functions, such as: type TreeWithMap = { ..., map: (a -> b) -> Tree } ``` -These examples cope up naturally in OO code bases with generic types. +These examples come up naturally in OO code bases with generic types. ## Design