From 9392a3cc38c538ff4140553ac08891f3ea7f5688 Mon Sep 17 00:00:00 2001 From: Alan Jeffrey <403333+asajeffrey@users.noreply.github.com> Date: Thu, 6 Jan 2022 12:47:44 -0600 Subject: [PATCH] Update rfcs/unsealed-table-literals.md Co-authored-by: vegorov-rbx <75688451+vegorov-rbx@users.noreply.github.com> --- rfcs/unsealed-table-literals.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rfcs/unsealed-table-literals.md b/rfcs/unsealed-table-literals.md index 3a3365fc..320bf7ca 100644 --- a/rfcs/unsealed-table-literals.md +++ b/rfcs/unsealed-table-literals.md @@ -73,4 +73,4 @@ We could introduce a new table state for unsealed-but-precise tables. The trade-off is that that would be more precise, at the cost of adding user-visible complexity to the type system. -We could contine to treat array-like tables as sealed. \ No newline at end of file +We could continue to treat array-like tables as sealed. \ No newline at end of file