File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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>
You can’t perform that action at this time.
0 commit comments