spelling: combinations

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2024-01-01 22:29:05 -05:00
parent 76ac49cac3
commit 272f6952ba

View File

@ -88,7 +88,7 @@ class TestOps(mlx_tests.MLXTestCase):
self.assertEqual(a.dtype, mx.float32)
self.assertEqual(a.item(), 3.0)
# Check comibinations with mlx arrays
# Check combinations with mlx arrays
a = mx.add(mx.array(True), False)
self.assertEqual(a.dtype, mx.bool_)
self.assertEqual(a.item(), True)