Skip to content

Commit b5aabd0

Browse files
committed
Consistency
Signed-off-by: Stephen Celis <stephen@stephencelis.com>
1 parent a5011f4 commit b5aabd0

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
@@ -170,7 +170,7 @@ let path = NSBundle.mainBundle().pathForResource("db", ofType: "sqlite3")!
170170
let db = Database(path, readonly: true)
171171
```
172172

173-
> _Note_: Signed applications cannot modify their bundle resources. If you bundle a database file with your app for the purpose of bootstrapping, copy it to a writable location _before_ establishing a connection (see [Read-Write Databases](#read-write-databases), above, for typical, writable locations).
173+
> _Note:_ Signed applications cannot modify their bundle resources. If you bundle a database file with your app for the purpose of bootstrapping, copy it to a writable location _before_ establishing a connection (see [Read-Write Databases](#read-write-databases), above, for typical, writable locations).
174174

175175

176176
#### In-Memory Databases

0 commit comments

Comments
 (0)