Skip to content

Commit

Permalink
[Docs] Fix typos and minor mistakes in ref.md
Browse files Browse the repository at this point in the history
Signed-off-by: Harry Chiang <[email protected]>
  • Loading branch information
harry900831 authored and hydai committed Oct 18, 2022
1 parent 7e46a4b commit d1bf8a9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/book/en/src/sdk/c/ref.md
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,7 @@ Developers can adjust the settings about the proposals, VM host pre-registration
* * Fixed-width SIMD
*
* For the current WasmEdge version, the following proposals are supported
* (turned of by default) additionally:
* (turned off by default) additionally:
* * Tail-call
* * Multiple memories
* * Extended-const
Expand Down Expand Up @@ -1503,6 +1503,8 @@ The `VM` context supplies the APIs to retrieve the instances.
* The returned function type contexts should __NOT__ be destroyed.
*/
}
WasmEdge_StoreDelete(StoreCxt);
WasmEdge_VMDelete(VMCxt);
return 0;
}
```
Expand Down

0 comments on commit d1bf8a9

Please sign in to comment.