Skip to content

Commit bd10486

Browse files
authored
Fix incorrect snippet description
Addresses #11583
1 parent 7836bbd commit bd10486

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)