@@ -600,8 +600,8 @@ and writable ends of streams and futures can then be
600600progress signals * completion* of a read or write (i.e., the bytes have already
601601been copied into the buffer). Additionally, * readiness* (to perform a read or
602602write in the future) can be queried and signalled by performing a ` 0 ` -length
603- read or write (see the [ Stream State] section in the Canonical ABI explainer
604- for details).
603+ read or write (see the [ Stream and Future State] section in the Canonical ABI
604+ explainer for details).
605605
606606As a temporary limitation, if a ` read ` and ` write ` for a single stream or
607607future occur from within the same component and the element type is a
@@ -619,8 +619,8 @@ without requiring an explicit `future` return type. Thus, a function like
619619which point the caller receives the readable end of a ` future ` that, when
620620successfully read, conveys the completion of a second event.
621621
622- The [ Stream State ] and [ Future State] sections describe the runtime state
623- maintained for streams and futures by the Canonical ABI.
622+ The [ Stream and Future State] section describes the runtime state maintained for
623+ streams and futures by the Canonical ABI.
624624
625625### Stream Readiness
626626
@@ -1574,8 +1574,7 @@ the concurrency story:
15741574[ `ComponentInstance` ] : CanonicalABI.md#component-instances
15751575[ `Thread` ] : CanonicalABI.md#threads
15761576[ `Task` ] : CanonicalABI.md#tasks
1577- [ Stream State ] : CanonicalABI.md#stream-state
1578- [ Future State ] : CanonicalABI.md#future-state
1577+ [ Stream and Future State ] : CanonicalABI.md#stream-and-future-state
15791578
15801579[ Binary Format ] : Binary.md
15811580[ WIT ] : WIT.md
0 commit comments