spelling: correctly

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2024-01-01 22:51:27 -05:00
parent 30e9fdcf74
commit e34205b9cc

View File

@ -7,7 +7,7 @@
using namespace mlx::core; using namespace mlx::core;
TEST_CASE("test arange") { TEST_CASE("test arange") {
// Check type is inferred correclty // Check type is inferred correctly
{ {
auto x = arange(10); auto x = arange(10);
CHECK_EQ(x.dtype(), int32); CHECK_EQ(x.dtype(), int32);