From e34205b9cc937cb92cd3c78aaf7d2e65f3606425 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Mon, 1 Jan 2024 22:51:27 -0500 Subject: [PATCH] spelling: correctly Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- tests/creations_tests.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);