diff --git a/tests/creations_tests.cpp b/tests/creations_tests.cpp index edb40a9fe..ea28638af 100644 --- a/tests/creations_tests.cpp +++ b/tests/creations_tests.cpp @@ -7,7 +7,7 @@ using namespace mlx::core; TEST_CASE("test arange") { - // Check type is inferred correclty + // Check type is inferred correctly { auto x = arange(10); CHECK_EQ(x.dtype(), int32);