Skip to content

Commit 1404355

Browse files
authored
fix documentation for v128.andnot (#220)
1 parent b764e74 commit 1404355

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/stdlib/globals.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -854,7 +854,7 @@ Likewise, these represent the [WebAssembly SIMD](https://github.com/WebAssembly/
854854
* ```ts
855855
function v128.andnot(a: v128, b: v128): v128
856856
```
857-
Performs the bitwise `!a & b` operation on each lane.
857+
Performs the bitwise `a & !b` operation on each lane.
858858

859859
* ```ts
860860
function v128.not(a: v128): v128

0 commit comments

Comments
 (0)