Skip to content

Commit

Permalink
[NFC] Grammar: a URL, not an URL
Browse files Browse the repository at this point in the history
  • Loading branch information
xwu committed Jun 25, 2019
1 parent d5d2187 commit fbba80d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fbba80d

Please sign in to comment.