Skip to content

Commit fbba80d

Browse files
committed
[NFC] Grammar: a URL, not an URL
1 parent d5d2187 commit fbba80d

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
@@ -32,7 +32,7 @@ Here is a simple `main.swift` file which uses Foundation. This guide assumes you
3232
```swift
3333
import Foundation
3434

35-
// Make an URLComponents instance
35+
// Make a URLComponents instance
3636
let swifty = URLComponents(string: "https://swift.org")!
3737

3838
// Print something useful about the URL

0 commit comments

Comments
 (0)