Skip to content

Commit ed603a1

Browse files
Fix typo in vscode.d.ts (microsoft#177377)
"of" -> "or" Co-authored-by: Matt Bierner <[email protected]>
1 parent 16b96c4 commit ed603a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vscode-dts/vscode.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -733,7 +733,7 @@ declare module 'vscode' {
733733
*/
734734
OpenOpen = 0,
735735
/**
736-
* The decoration's range will not widen when edits occur at the start of end.
736+
* The decoration's range will not widen when edits occur at the start or end.
737737
*/
738738
ClosedClosed = 1,
739739
/**

0 commit comments

Comments
 (0)