Skip to content

Commit e767e4b

Browse files
authored
Fix typo in Assets section of CloudKit documentation (#342)
1 parent 341468a commit e767e4b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • Sources/SQLiteData/Documentation.docc/Articles

Sources/SQLiteData/Documentation.docc/Articles/CloudKit.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -495,8 +495,8 @@ assets.
495495

496496
However, general database design guidelines still apply. In particular, it is not recommended to
497497
store large binary blobs in a table that is queried often. If done naively you may accidentally
498-
large amounts of data into memory when querying your table, and further large binary blobs can
499-
slow down SQLite's ability to efficiently access the rows in your tables.
498+
load large amounts of data into memory when querying your table. Furthermore, large binary blobs
499+
can slow down SQLite's ability to efficiently access the rows in your tables.
500500

501501
It is recommended to hold binary blobs in a separate, but related, table. For example, if you are
502502
building a reminders app that has lists, and you allow your users to assign an image to a list.

0 commit comments

Comments
 (0)