We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b74cdb commit e824aaeCopy full SHA for e824aae
1 file changed
src/stdlib/globals.md
@@ -214,7 +214,7 @@ The following generic built-ins compile to WebAssembly instructions directly.
214
* ```ts
215
function ctz<T>(value: T): T
216
```
217
- <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>
218
219
| T | Instruction
220
|----------------------------------|-------------
0 commit comments