We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d615ce commit a8a3ea7Copy full SHA for a8a3ea7
src/libraries/System.Private.Uri/tests/FunctionalTests/UriBuilderTests.cs
@@ -402,7 +402,7 @@ public static IEnumerable<object[]> InvalidHostStrings_TestData()
402
{
403
// Bool indicates whether the exception is expected to be thrown by the Host setter (true) or when creating the Uri (false)
404
405
- // Presence of ':' is treated as a likely IPv6 address and the input is transformer into [host:80], which is invalid
+ // Presence of ':' is treated as a likely IPv6 address and the input is transformed into [host:80], which is invalid
406
yield return ["host:", false];
407
yield return ["host:80", false];
408
0 commit comments