Skip to content

Commit 5539cad

Browse files
authored
Update service.fsi
1 parent 04a2340 commit 5539cad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/fsharp/vs/service.fsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ type FSharpCheckFileResults =
179179
/// 'record field' locations and r.h.s. of 'range' operator a..b
180180
/// </param>
181181
/// <param name="line">The line number where the completion is happening</param>
182-
/// <param name="colAtEndOfNamesAndResidue">The column number (1-based) at the end of the 'names' text </param>
182+
/// <param name="colAtEndOfNamesAndResidue">The column number at the end of the 'names' text </param>
183183
/// <param name="qualifyingNames">The long identifier to the left of the '.'</param>
184184
/// <param name="partialName">The residue of a partial long identifier to the right of the '.'</param>
185185
/// <param name="lineStr">The residue of a partial long identifier to the right of the '.'</param>
@@ -203,7 +203,7 @@ type FSharpCheckFileResults =
203203
/// 'record field' locations and r.h.s. of 'range' operator a..b
204204
/// </param>
205205
/// <param name="line">The line number where the completion is happening</param>
206-
/// <param name="colAtEndOfNamesAndResidue">The column number (1-based) at the end of the 'names' text </param>
206+
/// <param name="colAtEndOfNamesAndResidue">The column number at the end of the 'names' text </param>
207207
/// <param name="qualifyingNames">The long identifier to the left of the '.'</param>
208208
/// <param name="partialName">The residue of a partial long identifier to the right of the '.'</param>
209209
/// <param name="lineStr">The residue of a partial long identifier to the right of the '.'</param>

0 commit comments

Comments
 (0)