From e63467b0be3e1567930fefa6e0cdccf4d72dea22 Mon Sep 17 00:00:00 2001 From: NightrainsRbx Date: Sun, 2 Feb 2025 20:30:56 -0500 Subject: [PATCH] correct --- docs/resolve-exported-type-of-same-name.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/resolve-exported-type-of-same-name.md b/docs/resolve-exported-type-of-same-name.md index 550bd04..4580f2b 100644 --- a/docs/resolve-exported-type-of-same-name.md +++ b/docs/resolve-exported-type-of-same-name.md @@ -38,7 +38,7 @@ This should be backward-compatible, intuitive, and straightforward to implement. ## Drawbacks -This requires the user to name their variables consistently, or if using the alternative outlined below, it would require the module to be the same name as the type it exports. However, since this is just syntactic sugar, the user is opting in to use it. +This requires the user to name their variables consistently, or if using the alternative outlined below, it would require the module to have the same name as the type it exports. However, since this is just syntactic sugar, the user is opting to use it. ## Alternatives