Skip to content

Commit

Permalink
Fixes typo in Command start documentation (WebAssembly#470)
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Cole <[email protected]>
  • Loading branch information
codefromthecrypt authored Feb 16, 2022
1 parent 117e163 commit 8a381fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion legacy/application-abi.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ There are two kinds of modules:

Command instances may assume that they will be called from the environment
at most once. Command instances may assume that none of their exports are
accessed outside the duraction of that call.
accessed outside the duration of that call.

- All other modules are *reactors*. A reactor may export a function named
`_initialize`, with no arguments and no return values.
Expand Down

0 comments on commit 8a381fb

Please sign in to comment.