File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ export interface AnnotationProperties {
163
163
startColumn? : number
164
164
165
165
/**
166
- * The start column for the annotation. Cannot be sent when `startLine` and `endLine` are different values.
166
+ * The end column for the annotation. Cannot be sent when `startLine` and `endLine` are different values.
167
167
* Defaults to `startColumn` when `startColumn` is provided.
168
168
*/
169
169
endColumn? : number
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ export interface AnnotationProperties {
64
64
startColumn ?: number
65
65
66
66
/**
67
- * The start column for the annotation. Cannot be sent when `startLine` and `endLine` are different values.
67
+ * The end column for the annotation. Cannot be sent when `startLine` and `endLine` are different values.
68
68
* Defaults to `startColumn` when `startColumn` is provided.
69
69
*/
70
70
endColumn ?: number
You can’t perform that action at this time.
0 commit comments