Skip to content

Commit 27aaa9e

Browse files
authored
Fix incorrect snippet description (#3490)
Fixes dotnet/dotnet-api-docs#11583
1 parent 81edbdf commit 27aaa9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/snippets/Microsoft.Data.SqlClient/SqlCommand.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ Next, compile and execute the following:
150150
</remarks>
151151
<example>
152152
<para>
153-
The following example creates a <see cref="T:Microsoft.Data.SqlClient.SqlCommand" />, passing in the connection string and command text.
153+
The following example creates a <see cref="T:Microsoft.Data.SqlClient.SqlCommand" />, passing in the command text.
154154
</para>
155155
<!-- SqlCommand_SqlCommand1 -->
156156
<code language="c#">

0 commit comments

Comments
 (0)