We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bc7567 commit 37459a1Copy full SHA for 37459a1
extensions/ql-vscode/src/common/selection-commands.ts
@@ -15,7 +15,7 @@ type CreateSupertypeOf<Super, Sub extends Super> = Sub;
15
16
// This asserts that SelectionCommand is assignable to all of the different types of
17
// SelectionCommand defined in commands.ts. The intention is the output from the helpers
18
-// in this file can be used with any of the select command types and cna handle any of
+// in this file can be used with any of the select command types and can handle any of
19
// the inputs.
20
type SelectionCommand<T extends NotArray> = CreateSupertypeOf<
21
TreeViewContextMultiSelectionCommandFunction<T> &
0 commit comments