Skip to content

Commit 1dfbd58

Browse files
committed
- Addresed Copilot comments
1 parent b95b215 commit 1dfbd58

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Microsoft.Data.SqlClient/src/Microsoft/Data/SqlClient/UserAgent.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ internal static class UserAgent
6060
/// </list>
6161
/// </para>
6262
/// <para>
63-
/// The <c>{OS Info}</c> part will be sourced from the the
63+
/// The <c>{OS Info}</c> part will be sourced from the
6464
/// <see cref="RuntimeInformation.OSDescription">
6565
/// OSDescription
6666
/// </see>

src/Microsoft.Data.SqlClient/tests/UnitTests/UserAgentTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ public void Clean_Leading_Trailing_Whitespace()
459459
/// Test the Clean() function with permitted characters.
460460
/// </summary>
461461
[Fact]
462-
public void Clean_Permitted_Disallowed_Characters()
462+
public void Clean_Permitted_Characters()
463463
{
464464
// All permitted characters are preserved.
465465
Assert.Equal(AllPermitted, UserAgent.Clean(AllPermitted));

0 commit comments

Comments
 (0)