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 f0c6d2e commit a3f72d9Copy full SHA for a3f72d9
concepts/chars/introduction.md
@@ -5,7 +5,7 @@ Multiple `char`s can comprise a string such as `"word"` or `char`s can be
5
processed independently. Their literals have single quotes e.g. `'A'`.
6
7
C# `char`s support UTF-16 Unicode encoding so in addition to the latin character set
8
-pretty much all the writing systems in use world can be represented,
+pretty much all the writing systems used worldwide can be represented,
9
e.g. the Greek letter `'β'`.
10
11
There are many builtin library methods to inspect and manipulate `char`s. These
0 commit comments