Skip to content

Commit 9e8c458

Browse files
committed
Grammatical Fix in Introduction
There is no need for the first "and" because it is a list of 3 items. This change improves the readability of the introduction.
1 parent 6aa6a58 commit 9e8c458

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
**Welcome to Swift!**
44

55
Swift is a high-performance system programming language. It has a clean
6-
and modern syntax, and offers seamless access to existing C and Objective-C code
6+
and modern syntax, offers seamless access to existing C and Objective-C code
77
and frameworks, and is memory safe (by default).
88

99
Although inspired by Objective-C and many other languages, Swift is not itself a

0 commit comments

Comments
 (0)