From 9e8c45835655176513a1c4b976742ddf400a9a2e Mon Sep 17 00:00:00 2001 From: Zach Panzarino Date: Fri, 4 Dec 2015 13:19:38 -0500 Subject: [PATCH] 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. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 92453e38082f0..d13077995de61 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ **Welcome to Swift!** Swift is a high-performance system programming language. It has a clean -and modern syntax, and offers seamless access to existing C and Objective-C code +and modern syntax, offers seamless access to existing C and Objective-C code and frameworks, and is memory safe (by default). Although inspired by Objective-C and many other languages, Swift is not itself a