Skip to content

Commit 6ac8a48

Browse files
ggreifrossberg
authored andcommitted
[interpreter] Fix a typo in README (WebAssembly#1406)
1 parent f945c2a commit 6ac8a48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interpreter/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ When running scripts, the interpreter predefines a simple host module named `"sp
449449
(func (export "print_f64_f64") (param f64 f64))
450450
)
451451
```
452-
The `print` functions are assumes to print their respective argument values to stdout (followed by a newline) and can be used to produce observable output.
452+
The `print` functions are assumed to print their respective argument values to stdout (followed by a newline) and can be used to produce observable output.
453453

454454
Note: This module predates the `register` command and should no longer be needed for new tests.
455455
We might remove it in the future, so consider it deprecated.

0 commit comments

Comments
 (0)