Skip to content

Commit a8a3ea7

Browse files
MihaZupanCopilot
andauthored
Typo
Co-authored-by: Copilot <[email protected]>
1 parent 9d615ce commit a8a3ea7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libraries/System.Private.Uri/tests/FunctionalTests/UriBuilderTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ public static IEnumerable<object[]> InvalidHostStrings_TestData()
402402
{
403403
// Bool indicates whether the exception is expected to be thrown by the Host setter (true) or when creating the Uri (false)
404404

405-
// Presence of ':' is treated as a likely IPv6 address and the input is transformer into [host:80], which is invalid
405+
// Presence of ':' is treated as a likely IPv6 address and the input is transformed into [host:80], which is invalid
406406
yield return ["host:", false];
407407
yield return ["host:80", false];
408408

0 commit comments

Comments
 (0)