File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments