File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ export type FormattedIncrementalResult<
88
88
* This class is used to publish incremental results to the client, enabling semi-concurrent
89
89
* execution while preserving result order.
90
90
*
91
- * The internal publishing state is manages as follows:
91
+ * The internal publishing state is managed as follows:
92
92
*
93
93
* '_released': the set of Incremental Data records that are ready to be sent to the client,
94
94
* i.e. their parents have completed and they have also completed.
@@ -97,7 +97,7 @@ export type FormattedIncrementalResult<
97
97
* parents have completed so that they can no longer be filtered. This includes all Incremental
98
98
* Data records in `released`, as well as Incremental Data records that have not yet completed.
99
99
*
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:
101
101
* `isCompleted`: indicates whether the initial result has completed.
102
102
* `children`: the set of Incremental Data records that can be be published when the initial
103
103
* result is completed.
You can’t perform that action at this time.
0 commit comments