From 6e99e62d2af3203962da5ebc13822190650e3ae2 Mon Sep 17 00:00:00 2001 From: Terrence Katzenbaer Date: Thu, 3 Dec 2015 15:59:08 -0800 Subject: [PATCH] Fix README header for subject agreement This commit changes the "Develop Swift in Xcode" header to be "Developing Swift in Xcode" to agree with the other headers in the same file: - "Getting Started" - "Getting Sources" - "Building Swift" - "Testing Swift" - "Contributing to Swift" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c982f6708b011..404f533c3e032 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,7 @@ A basic command to build Swift and run basic tests with Ninja: utils/build-script -t -## Develop Swift in Xcode +## Developing Swift in Xcode The Xcode IDE can be used to edit the Swift source code, but it is not currently fully supported as a build environment for SDKs other than OS X. If you'd like