diff --git a/src/fsharp/service/FSharpCheckerResults.fsi b/src/fsharp/service/FSharpCheckerResults.fsi index 12be0190a35..67f4900b4a5 100644 --- a/src/fsharp/service/FSharpCheckerResults.fsi +++ b/src/fsharp/service/FSharpCheckerResults.fsi @@ -235,11 +235,11 @@ type public FSharpCheckFileResults = /// Find the most precise display environment for the given line and column. member GetDisplayContextForPos : pos : pos -> Async - /// Determines if a long ident is resolvable at a specific point. + /// Determines if a long ident is resolvable at a specific point. /// An optional string used for tracing compiler operations associated with this request. member internal IsRelativeNameResolvable: cursorPos : pos * plid : string list * item: Item * ?userOpName: string -> Async - /// Determines if a long ident is resolvable at a specific point. + /// Determines if a long ident is resolvable at a specific point. /// An optional string used for tracing compiler operations associated with this request. member IsRelativeNameResolvableFromSymbol: cursorPos : pos * plid : string list * symbol: FSharpSymbol * ?userOpName: string -> Async @@ -399,4 +399,4 @@ type internal FsiInteractiveChecker = module internal FSharpCheckerResultsSettings = val defaultFSharpBinariesDir: string - val maxTimeShareMilliseconds : int64 \ No newline at end of file + val maxTimeShareMilliseconds : int64