From fbba80d8e8da22f84eb68223a0b43ce999fe624c Mon Sep 17 00:00:00 2001 From: Xiaodi Wu Date: Tue, 25 Jun 2019 13:39:01 -0400 Subject: [PATCH] [NFC] Grammar: a URL, not an URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5cddd4498f..9f11a5809d 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Here is a simple `main.swift` file which uses Foundation. This guide assumes you ```swift import Foundation -// Make an URLComponents instance +// Make a URLComponents instance let swifty = URLComponents(string: "https://swift.org")! // Print something useful about the URL