Skip to content

Commit 113dc21

Browse files
committed
Merge branch 'patch-1' of https://github.com/avinassh/SQLite.swift into avinassh-patch-1
2 parents 2ac0c7f + 8a8da02 commit 113dc21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/Index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ On OS X, you can use your app’s **Application Support** directory:
251251
``` swift
252252
var path = NSSearchPathForDirectoriesInDomains(
253253
.applicationSupportDirectory, .userDomainMask, true
254-
).first! + Bundle.main.bundleIdentifier!
254+
).first! + "/" + Bundle.main.bundleIdentifier!
255255

256256
// create parent directory iff it doesn’t exist
257257
try FileManager.default.createDirectoryAtPath(

0 commit comments

Comments
 (0)