Skip to content

Commit e824aae

Browse files
author
icecream17
authored
Fix typo in globals: ctz: t[+r]ailing (#203)
1 parent 7b74cdb commit e824aae

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
@@ -214,7 +214,7 @@ The following generic built-ins compile to WebAssembly instructions directly.
214214
* ```ts
215215
function ctz<T>(value: T): T
216216
```
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>
217+
<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>
218218

219219
| T | Instruction
220220
|----------------------------------|-------------

0 commit comments

Comments
 (0)