Skip to content

Commit 1eca55c

Browse files
authored
Update packages/cursorless-engine/src/processTargets/targets/util/insertionRemovalBehaviors/getSmartRemovalTarget.ts
1 parent bda0a04 commit 1eca55c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cursorless-engine/src/processTargets/targets/util/insertionRemovalBehaviors/getSmartRemovalTarget.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { TokenTarget } from "../../TokenTarget";
77

88
/**
99
* For targets that don't provide a removal range, we can effectively duck-type one if its content
10-
* range matches that of a token, line, paragraph, or document. If so, we can use the removal range
10+
* range matches that of a token, series of whole lines, or paragraph. If so, we can use the removal range
1111
* for a target of that type.
1212
*/
1313
export function getSmartRemovalTarget(target: Target): Target {

0 commit comments

Comments
 (0)