Skip to content

Commit 9a1ee9f

Browse files
committed
Fix typo in example
1 parent 823beba commit 9a1ee9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

design/mvp/Explainer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1510,7 +1510,7 @@ As an example, the following component uses all 9 cases of imports and exports:
15101510
(import "integrity=<sha256-Y3BsI4l...>" (component ...))
15111511
... impl
15121512
(export "wasi:http/handler" (instance $http_handler_impl))
1513-
(export "get-JSON" (func $get_json_impl (result string)))
1513+
(export "get-JSON" (func $get_json_impl))
15141514
)
15151515
```
15161516
Here, `custom-hook` and `get-JSON` are plain names for functions whose semantic

0 commit comments

Comments
 (0)