Merge pull request #253 from wasmerio/Hywan-patch-2

doc(readme) Fix a typo.
This commit is contained in:
Syrus Akbary 2019-03-08 12:56:34 -08:00 committed by GitHub
commit fd64b547de
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;