Skip to content

Commit

Permalink
Update src/blog/jspi-newapi.md
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas Steiner <steiner.thomas@gmail.com>
  • Loading branch information
fgmccabe and tomayac authored May 31, 2024
1 parent a06550c commit 42d7833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/blog/jspi-newapi.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ On the suspending side, there's a new class `WebAssembly.Suspending`, together w

```js
interface Suspending{
constructor (Function fun);
constructor (Function fun);
}
```
Expand Down

0 comments on commit 42d7833

Please sign in to comment.