Skip to content

Commit f3a3a03

Browse files
aestradmairaw
authored andcommitted
Fix typo. (#1996)
collation instead of colation.
1 parent 5fe7532 commit f3a3a03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/c-and-posix-cultures.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
> [!NOTE]
2-
> **.NET Core running on Linux and macOS systems only:** The collation behavior for the C and Posix cultures is always case-sensitive because these cultures do not use the expected Unicode colation order. We recommend that you use a culture other than C or Posix for performing culture-sensitive, case-insensitive sorting operations.
2+
> **.NET Core running on Linux and macOS systems only:** The collation behavior for the C and Posix cultures is always case-sensitive because these cultures do not use the expected Unicode collation order. We recommend that you use a culture other than C or Posix for performing culture-sensitive, case-insensitive sorting operations.

0 commit comments

Comments
 (0)