Skip to content

Commit f0dab1b

Browse files
lukewagnerdicej
andcommitted
Improve description
Co-authored-by: Joel Dice <[email protected]>
1 parent 53ee310 commit f0dab1b

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
@@ -738,7 +738,7 @@ variant-case payloads and function results, when `T` is absent, the "value(s)"
738738
being asynchronously passed can be thought of as [unit] values. In such cases,
739739
there is no representation of the value in Core WebAssembly (pointers into
740740
linear memory are ignored) however the *timing* of completed reads and writes
741-
is observable and meaningful. Thus, empty futures and streams can be useful for
741+
and the number of elements they contain are observable and meaningful. Thus, empty futures and streams can be useful for
742742
timing-related APIs.
743743

744744
Currently, validation rejects `(stream T)` and `(future T)` when `T`

0 commit comments

Comments
 (0)