We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5a8303 commit f2609b9Copy full SHA for f2609b9
Documentation/Index.md
@@ -288,8 +288,7 @@ On macOS, you can use your app’s **Application Support** directory:
288
289
290
```swift
291
-
292
-// set the path corresponding to application support.
+// set the path corresponding to application support
293
var path = NSSearchPathForDirectoriesInDomains(
294
.applicationSupportDirectory, .userDomainMask, true
295
).first! + "/" + Bundle.main.bundleIdentifier!
0 commit comments