Skip to content

Commit 64b1100

Browse files
author
Adit Sheth
committed
Fixed bug 44634.
1 parent b0547e1 commit 64b1100

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/fundamentals/networking/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The <xref:System.Uri?displayProperty=nameWithType> type is used as a representat
2626

2727
:::code language="csharp" source="snippets/misc/Program.Uri.cs" id="canonicaluri":::
2828

29-
The `Uri` class automatically performs validation and canonicalization per [RCF 3986](https://datatracker.ietf.org/doc/html/rfc3986). These validation and canonicalization rules are used to ensure that a URI is well-formed and that the URI is in a canonical form.
29+
The `Uri` class automatically performs validation and canonicalization per [RFC 3986](https://datatracker.ietf.org/doc/html/rfc3986). These validation and canonicalization rules are used to ensure that a URI is well-formed and that the URI is in a canonical form.
3030

3131
## See also
3232

0 commit comments

Comments
 (0)