Skip to content

Commit 88b881f

Browse files
committed
spelling: without
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
1 parent f39b0fe commit 88b881f

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

tests/fsharpqa/Source/Conformance/TypeForwarding/Class/env.lst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
##########################################################################################################################################################################################
22
## class env.lst instructions ##
33
## every case contains two steps; ##
4-
## first: verify that the F# can work well with the assembly whitch without type forwarder. ##
4+
## first: verify that the F# can work well with the assembly without type forwarder. ##
55
## second:verify that F# executable file(.exe) can work well with the C# type forwarder reference. ##
66
## ##
77
## BuildAssembly.bat -- script file to create the forwarded "Class_Library.dll" assembly. ##

tests/fsharpqa/Source/Conformance/TypeForwarding/Cycle/env.lst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
##########################################################################################################################################################################################
22
## Cycle env.lst instructions ##
33
## every case contains several steps; ##
4-
## first: verify that the F# can work well with the assembly whitch without type forwarder. ##
4+
## first: verify that the F# can work well with the assembly without type forwarder. ##
55
## second:verify that F# executable file(.exe) can work well with the C# type forwarder reference. ##
66
## ... ##
77
## ##

tests/fsharpqa/Source/Conformance/TypeForwarding/Delegate/env.lst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
##########################################################################################################################################################################################
22
## class env.lst instructions ##
33
## every case contains two steps; ##
4-
## first: verify that the F# can work well with the assembly whitch without type forwarder. ##
4+
## first: verify that the F# can work well with the assembly without type forwarder. ##
55
## second:verify that F# executable file(.exe) can work well with the C# type forwarder reference. ##
66
## ##
77
## BuildAssembly.bat -- script file to create the forwarded "Delegate_Library.dll" assembly. ##

tests/fsharpqa/Source/Conformance/TypeForwarding/Interface/env.lst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
##########################################################################################################################################################################################
22
## Interface env.lst instructions ##
33
## every case contains two steps; ##
4-
## first: verify that the F# can work well with the assembly whitch without type forwarder. ##
4+
## first: verify that the F# can work well with the assembly without type forwarder. ##
55
## second:verify that F# executable file(.exe) can work well with the C# type forwarder reference. ##
66
## ##
77
## BuildAssembly.bat -- script file to create the forwarded "Interface_Library.dll" assembly. ##

tests/fsharpqa/Source/Conformance/TypeForwarding/Nested/env.lst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
##########################################################################################################################################################################################
22
## Nested env.lst instructions ##
33
## every case contains two steps; ##
4-
## first: verify that the F# can work well with the assembly whitch without type forwarder. ##
4+
## first: verify that the F# can work well with the assembly without type forwarder. ##
55
## second:verify that F# executable file(.exe) can work well with the C# type forwarder reference. ##
66
## ##
77
## BuildAssembly.bat -- script file to create the forwarded "Nested_Library.dll" assembly. ##

tests/fsharpqa/Source/Conformance/TypeForwarding/Struct/env.lst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
##########################################################################################################################################################################################
22
## Struct env.lst instructions ##
33
## every case contains two steps; ##
4-
## first: verify that the F# can work well with the assembly whitch without type forwarder. ##
4+
## first: verify that the F# can work well with the assembly without type forwarder. ##
55
## second:verify that F# executable file(.exe) can work well with the C# type forwarder reference. ##
66
## ##
77
## BuildAssembly.bat -- script file to create the forwarded "Struct_Library.dll" assembly. ##

vsintegration/tests/UnitTests/LegacyLanguageService/Tests.LanguageService.Completion.fs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4769,7 +4769,7 @@ let x = query { for bbbb in abbbbc(*D0*) do
47694769

47704770
// Bunch of crud in empty list. This test asserts that unwanted things don't exist at the top level.
47714771
[<Test>]
4772-
member public this.``Editor.WhitoutContext.Bug986``() =
4772+
member public this.``Editor.WithoutContext.Bug986``() =
47734773
let code = ["(*mark*)"]
47744774
let (_,_, file) = this.CreateSingleFileProject(code)
47754775

@@ -6711,7 +6711,7 @@ let rec f l =
67116711
marker = "(*MarkerModule*)")
67126712

67136713
[<Test>]
6714-
member this.``Identifier.WithouDef``() =
6714+
member this.``Identifier.WithoutDef``() =
67156715
this.VerifyDotCompListIsEmptyAtStartOfMarker(
67166716
fileContents = """ abcd(*MarkerUndefinedIdentifier*) """,
67176717
marker = "(*MarkerUndefinedIdentifier*)")

0 commit comments

Comments
 (0)