We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ceb2fd0 commit 664dd97Copy full SHA for 664dd97
src/fsharp/symbols/SymbolHelpers.fsi
@@ -29,10 +29,10 @@ namespace FSharp.Compiler.Diagnostics
29
/// Gets the end column for the diagnostic
30
member EndColumn: int
31
32
- /// Gets the start column for the diagnostic
+ /// Gets the start line for the diagnostic
33
member StartLine: int
34
35
- /// Gets the end column for the diagnostic
+ /// Gets the end line for the diagnostic
36
member EndLine: int
37
38
/// Gets the range for the diagnostic
0 commit comments