Path(_ url:) -> Path(url:)

This commit is contained in:
Max Howell
2019-02-11 20:40:27 -05:00
parent ed4b773870
commit c9d300a7b6
3 changed files with 16 additions and 7 deletions

View File

@@ -281,7 +281,7 @@ Therefore, if you are not using this feature you are fine. If you have URLs the
way to get a `Path` is:
```swift
if let path = Path(url) {
if let path = Path(url: url) {
/**/
}
```