File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ type FSharpCheckFileResults =
179
179
/// 'record field' locations and r.h.s. of 'range' operator a..b
180
180
/// </param>
181
181
/// <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>
183
183
/// <param name="qualifyingNames">The long identifier to the left of the '.'</param>
184
184
/// <param name="partialName">The residue of a partial long identifier to the right of the '.'</param>
185
185
/// <param name="lineStr">The residue of a partial long identifier to the right of the '.'</param>
@@ -203,7 +203,7 @@ type FSharpCheckFileResults =
203
203
/// 'record field' locations and r.h.s. of 'range' operator a..b
204
204
/// </param>
205
205
/// <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>
207
207
/// <param name="qualifyingNames">The long identifier to the left of the '.'</param>
208
208
/// <param name="partialName">The residue of a partial long identifier to the right of the '.'</param>
209
209
/// <param name="lineStr">The residue of a partial long identifier to the right of the '.'</param>
You can’t perform that action at this time.
0 commit comments