Skip to content

Commit

Permalink
Fix typo in globals: ctz: t[+r]ailing (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
icecream17 authored May 19, 2023
1 parent 7b74cdb commit e824aae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stdlib/globals.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ The following generic built-ins compile to WebAssembly instructions directly.
* ```ts
function ctz<T>(value: T): T
```
<details><summary>Performs the sign-agnostic count tailing zero bits operation on a 32-bit or 64-bit integer. All zero bits are considered trailing if the value is zero.</summary>
<details><summary>Performs the sign-agnostic count trailing zero bits operation on a 32-bit or 64-bit integer. All zero bits are considered trailing if the value is zero.</summary>

| T | Instruction
|----------------------------------|-------------
Expand Down

0 comments on commit e824aae

Please sign in to comment.