From 05bbcd66cdfdec533b589f9bd6667c018d07d924 Mon Sep 17 00:00:00 2001 From: Gabor Greif Date: Sat, 18 Dec 2021 02:56:07 +0100 Subject: [PATCH] Fix a typo in README --- interpreter/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interpreter/README.md b/interpreter/README.md index 63900136b8..6f55c1f3f4 100644 --- a/interpreter/README.md +++ b/interpreter/README.md @@ -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.