Skip to content

Commit 177cf6f

Browse files
committed
typos
1 parent a27ea60 commit 177cf6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/execution/IncrementalPublisher.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ export type FormattedIncrementalResult<
8888
* This class is used to publish incremental results to the client, enabling semi-concurrent
8989
* execution while preserving result order.
9090
*
91-
* The internal publishing state is manages as follows:
91+
* The internal publishing state is managed as follows:
9292
*
9393
* '_released': the set of Incremental Data records that are ready to be sent to the client,
9494
* i.e. their parents have completed and they have also completed.
@@ -97,7 +97,7 @@ export type FormattedIncrementalResult<
9797
* parents have completed so that they can no longer be filtered. This includes all Incremental
9898
* Data records in `released`, as well as Incremental Data records that have not yet completed.
9999
*
100-
* `initialResult`: a record containing the state of the initial result, as follows:
100+
* `_initialResult`: a record containing the state of the initial result, as follows:
101101
* `isCompleted`: indicates whether the initial result has completed.
102102
* `children`: the set of Incremental Data records that can be be published when the initial
103103
* result is completed.

0 commit comments

Comments
 (0)