Skip to content

Commit 664dd97

Browse files
authored
update docstring: line<>column (#12032)
1 parent ceb2fd0 commit 664dd97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/fsharp/symbols/SymbolHelpers.fsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ namespace FSharp.Compiler.Diagnostics
2929
/// Gets the end column for the diagnostic
3030
member EndColumn: int
3131

32-
/// Gets the start column for the diagnostic
32+
/// Gets the start line for the diagnostic
3333
member StartLine: int
3434

35-
/// Gets the end column for the diagnostic
35+
/// Gets the end line for the diagnostic
3636
member EndLine: int
3737

3838
/// Gets the range for the diagnostic

0 commit comments

Comments
 (0)