Skip to content

Commit a3f72d9

Browse files
authored
Update introduction.md (#2205)
Fix sentence so that it makes more sense.
1 parent f0c6d2e commit a3f72d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

concepts/chars/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Multiple `char`s can comprise a string such as `"word"` or `char`s can be
55
processed independently. Their literals have single quotes e.g. `'A'`.
66

77
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,
8+
pretty much all the writing systems used worldwide can be represented,
99
e.g. the Greek letter `'β'`.
1010

1111
There are many builtin library methods to inspect and manipulate `char`s. These

0 commit comments

Comments
 (0)