Skip to content

Commit cab4b93

Browse files
rewording
1 parent 738fe4f commit cab4b93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/unicode-categories.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.NET maintains its own table of characters and their corresponding categories, which ensures that a specific version of a .NET implementation running on different platforms returns identical character category information. On .NET Core (all versions) and .NET 5+, character category information is provided by the [Unicode Character Database](https://www.unicode.org/ucd/).
1+
.NET maintains its own table of characters and their corresponding categories, which ensures that a specific version of a .NET implementation running on different platforms returns identical character category information. On all .NET versions and across all OS platforms, character category information is provided by the [Unicode Character Database](https://www.unicode.org/ucd/).
22

33
The following table lists .NET versions and the versions of the Unicode Standard on which their character categories are based.
44

0 commit comments

Comments
 (0)