diff --git a/proposals/simd/SIMD.md b/proposals/simd/SIMD.md index 4df5f9a3d..bb8d1d4a7 100644 --- a/proposals/simd/SIMD.md +++ b/proposals/simd/SIMD.md @@ -583,7 +583,7 @@ def S.eq(a, b): * `f32x4.ne(a: v128, b: v128) -> v128` * `f64x2.ne(a: v128, b: v128) -> v128` -The `ne` operations produce the inverse of their `ne` counterparts: +The `ne` operations produce the inverse of their `eq` counterparts: ```python def S.ne(a, b):