From 62b418b17a76a353b3fb13fd22d129f363a3f7f0 Mon Sep 17 00:00:00 2001 From: David Engel Date: Thu, 17 Jul 2025 14:11:57 -0700 Subject: [PATCH] Fix incorrect snippet description Fixes https://github.com/dotnet/dotnet-api-docs/issues/11583 --- doc/snippets/Microsoft.Data.SqlClient/SqlCommand.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/snippets/Microsoft.Data.SqlClient/SqlCommand.xml b/doc/snippets/Microsoft.Data.SqlClient/SqlCommand.xml index 78b6fefe5e..a3d87c843d 100644 --- a/doc/snippets/Microsoft.Data.SqlClient/SqlCommand.xml +++ b/doc/snippets/Microsoft.Data.SqlClient/SqlCommand.xml @@ -150,7 +150,7 @@ Next, compile and execute the following: - The following example creates a , passing in the connection string and command text. + The following example creates a , passing in the command text.