From 94e5637796518bfee1d87c6e8338c9055ad58149 Mon Sep 17 00:00:00 2001 From: Alexander McCord Date: Mon, 24 Mar 2025 14:38:25 -0700 Subject: [PATCH] New keyboard. --- tests/TypeInfer.refinements.test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/TypeInfer.refinements.test.cpp b/tests/TypeInfer.refinements.test.cpp index 99af0891..55b34ece 100644 --- a/tests/TypeInfer.refinements.test.cpp +++ b/tests/TypeInfer.refinements.test.cpp @@ -2582,7 +2582,7 @@ TEST_CASE_FIXTURE(Fixture, "refine_just_the_read_property") LUAU_REQUIRE_NO_ERRORS(result); - // The first check is corrrect because it reflects the state of the program by that point. + // The first check is correct because it reflects the state of the program by that point. // The second check is not. It fails to account for transitive typestate change from the // previous statement. CHECK_EQ("Foo & { read p: ~true }", toString(requireTypeAtPosition({6, 12})));