We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9756eb commit 34d3dceCopy full SHA for 34d3dce
packages/cursorless-engine/src/actions/EditNew/EditNew.types.ts
@@ -33,9 +33,9 @@ export interface State {
33
destinations: Destination[];
34
35
/**
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.
+ * The action types for each destination. It's important to read from this and not
+ * the destinations themselves, since they are changed as the action runs and
+ * we make multiple passes.
39
*/
40
actionTypes: EditNewActionType[];
41
0 commit comments