Skip to content

Commit f1f1390

Browse files
authored
Fix typo (#4579)
1 parent f986185 commit f1f1390

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Text/Encoding.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1123,7 +1123,7 @@ In the .NET Framework on the Windows desktop, the <xref:System.Text.Encoding.Def
11231123
11241124
## The Default property on .NET Core
11251125
1126-
On .NET Core, the <xref:System.Text.Encoding.Default%2A> property always returns the <xref:System.Text.UTF8Encoding>. UTF-8 is supported on all the operating systems (Windows, Linux, and Max OS X) on which .NET Core applications run.
1126+
On .NET Core, the <xref:System.Text.Encoding.Default%2A> property always returns the <xref:System.Text.UTF8Encoding>. UTF-8 is supported on all the operating systems (Windows, Linux, and macOS) on which .NET Core applications run.
11271127
11281128
]]></format>
11291129
</remarks>

0 commit comments

Comments
 (0)