Skip to content

Commit 34d3dce

Browse files
authored
Update packages/cursorless-engine/src/actions/EditNew/EditNew.types.ts
1 parent d9756eb commit 34d3dce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/cursorless-engine/src/actions/EditNew/EditNew.types.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ export interface State {
3333
destinations: Destination[];
3434

3535
/**
36-
* The action types for each destination. Important to read from this and not
37-
* the destinations themself since they get updated during the process am we want
38-
* the default value for this.
36+
* The action types for each destination. It's important to read from this and not
37+
* the destinations themselves, since they are changed as the action runs and
38+
* we make multiple passes.
3939
*/
4040
actionTypes: EditNewActionType[];
4141

0 commit comments

Comments
 (0)