Skip to content

Commit 3f784d4

Browse files
nschonnimairaw
authored andcommitted
typo: conection -> concection (dotnet#2194)
1 parent e6db941 commit 3f784d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

xml/System.Data.Metadata.Edm/ComplexType.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ Class GetComplexTypeMembersExample
120120
Using connection As EntityConnection = _
121121
New EntityConnection("Name=CustomerWComplexAddrEntities")
122122
123-
' Open the conection.
123+
' Open the connection.
124124
connection.Open()
125125
126126
' Access the metadata workspace.

xml/System.Data.Metadata.Edm/EntityContainer.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ Class GetEntityContainerExample
145145
Using connection As EntityConnection = _
146146
New EntityConnection("Name=AdventureWorksEntities")
147147
148-
' Open the conection.
148+
' Open the connection.
149149
connection.Open()
150150
151151
' Access the metadata workspace.

0 commit comments

Comments
 (0)