Skip to content

Commit

Permalink
Tighten up wording in Explainer.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lukewagner committed Jan 22, 2025
1 parent 6de7a0c commit 5920c97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions design/mvp/Explainer.md
Original file line number Diff line number Diff line change
Expand Up @@ -786,8 +786,8 @@ The `func` type constructor describes a component-level function definition
that takes a list of uniquely-named `valtype` parameters and optionally returns
a `valtype`. Function types can optionally be annotated with a `non-blocking`
attribute which has no semantic effect and is ignored at validation- and
run-time, serving primarily as a hint that tells bindings generators to lift
and lower without setting the `async` `canonopt` (see the [async
run-time, serving only as a hint to bindings generators to lift and lower
without setting the `async` `canonopt` (see the [async
explainer](Async.md#sync-and-async-functions) for more details).

The `resource` type constructor creates a fresh type for each instance of the
Expand Down

0 comments on commit 5920c97

Please sign in to comment.