doc(readme) Fix a typo.

This patch fixes a typo in the C example.
This commit is contained in:
Ivan Enderlin 2019-03-08 13:26:04 +01:00 committed by GitHub
parent d3c4733f78
commit a4454ebae8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -73,7 +73,7 @@ int main()
argument_one.tag = WASM_I32;
argument_one.value.I32 = 7;
// Value of argumen #2 is `8i32`.
// Value of argument #2 is `8i32`.
wasmer_value_t argument_two;
argument_two.tag = WASM_I32;
argument_two.value.I32 = 8;