Skip to content

Commit e494b59

Browse files
authored
Merge pull request #11584 from dotnet/David-Engel-patch-1
Fix incorrect snippet description
2 parents aee73fc + bd10486 commit e494b59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Data.SqlClient/SqlCommand.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ class Program {
554554
555555
556556
## Examples
557-
The following example creates a <xref:System.Data.SqlClient.SqlCommand>, passing in the connection string and command text.
557+
The following example creates a <xref:System.Data.SqlClient.SqlCommand>, passing in the command text.
558558
559559
:::code language="csharp" source="~/snippets/csharp/VS_Snippets_ADO.NET/Classic WebData SqlCommand.SqlCommand1 Example/CS/source.cs" id="Snippet1":::
560560
:::code language="vb" source="~/snippets/visualbasic/System.Data.SqlClient/SqlCommand/.ctor/source.vb" id="Snippet1":::

0 commit comments

Comments
 (0)