summaryrefslogtreecommitdiff
path: root/extension/react-app/src/components/CodeMultiselect.tsx
diff options
context:
space:
mode:
authorNate Sesti <sestinj@gmail.com>2023-06-01 23:47:38 -0400
committerNate Sesti <sestinj@gmail.com>2023-06-01 23:47:38 -0400
commitfd446b55cb32d35ab9d0a0b535af26c366154388 (patch)
tree966be93fcd5b99ddd3afe89b368e8d5a5df4db73 /extension/react-app/src/components/CodeMultiselect.tsx
parent2bc683a8205b60a19555cf09cd4a5d113d7ea476 (diff)
downloadsncontinue-fd446b55cb32d35ab9d0a0b535af26c366154388.tar.gz
sncontinue-fd446b55cb32d35ab9d0a0b535af26c366154388.tar.bz2
sncontinue-fd446b55cb32d35ab9d0a0b535af26c366154388.zip
Edits and braindumps in docs
Diffstat (limited to 'extension/react-app/src/components/CodeMultiselect.tsx')
-rw-r--r--extension/react-app/src/components/CodeMultiselect.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/extension/react-app/src/components/CodeMultiselect.tsx b/extension/react-app/src/components/CodeMultiselect.tsx
index 626ae42f..c0ab9400 100644
--- a/extension/react-app/src/components/CodeMultiselect.tsx
+++ b/extension/react-app/src/components/CodeMultiselect.tsx
@@ -135,7 +135,7 @@ function formatFileRange(
)} (lines ${rangeInFile.range.start.line + 1}-${
rangeInFile.range.end.line + 1
})`;
- // +1 because VSCode Ranges are 0-indexed
+ // +1 because VS Code Ranges are 0-indexed
}
//#endregion