From 1c6facaea009c4c3e35d21bf44ff8da220b48c36 Mon Sep 17 00:00:00 2001 From: "ajeffrey@roblox.com" Date: Tue, 28 Sep 2021 16:17:25 -0500 Subject: [PATCH] Typo --- docs/_posts/2021-09-30-luau-recap-september-2021.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_posts/2021-09-30-luau-recap-september-2021.md b/docs/_posts/2021-09-30-luau-recap-september-2021.md index 4bfa0ce1..87793ebe 100644 --- a/docs/_posts/2021-09-30-luau-recap-september-2021.md +++ b/docs/_posts/2021-09-30-luau-recap-september-2021.md @@ -33,7 +33,7 @@ type Swapper = { swap : (Point) -> Point } People may remember that back in [April](https://devforum.roblox.com/t/luau-recap-april-2021/) we -announced generic functions, nut then had to disable them. That was +announced generic functions, but then had to disable them. That was because [DataBrain](https://devforum.roblox.com/u/databrain) discovered a [nasty interaction](https://devforum.roblox.com/t/recent-type-system-regressions-for-generic-parametered-functions/) between `typeof` and generics, which meant that it was possible to