Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
yaacovCR committed Jun 13, 2023
1 parent a27ea60 commit 177cf6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/execution/IncrementalPublisher.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export type FormattedIncrementalResult<
* This class is used to publish incremental results to the client, enabling semi-concurrent
* execution while preserving result order.
*
* The internal publishing state is manages as follows:
* The internal publishing state is managed as follows:
*
* '_released': the set of Incremental Data records that are ready to be sent to the client,
* i.e. their parents have completed and they have also completed.
Expand All @@ -97,7 +97,7 @@ export type FormattedIncrementalResult<
* parents have completed so that they can no longer be filtered. This includes all Incremental
* Data records in `released`, as well as Incremental Data records that have not yet completed.
*
* `initialResult`: a record containing the state of the initial result, as follows:
* `_initialResult`: a record containing the state of the initial result, as follows:
* `isCompleted`: indicates whether the initial result has completed.
* `children`: the set of Incremental Data records that can be be published when the initial
* result is completed.
Expand Down

0 comments on commit 177cf6f

Please sign in to comment.