Skip to content

Commit

Permalink
[interpreter] Fix a typo in README (#1406)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggreif authored Dec 18, 2021
1 parent db26021 commit ffb5e3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interpreter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ When running scripts, the interpreter predefines a simple host module named `"sp
(func (export "print_f64_f64") (param f64 f64))
)
```
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.
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.

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

0 comments on commit ffb5e3b

Please sign in to comment.