Skip to content

Commit 163c287

Browse files
committed
Fix typo.
1 parent d66c4f1 commit 163c287

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SQLiteData/CloudKit/SyncEngine.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
/// the container will be determined from the entitlements of your app.
7272
/// - defaultZone: The zone for all records to be stored in.
7373
/// - startImmediately: Determines if the sync engine starts right away or requires an
74-
/// explicit call to ``stop()``. By default this argument is `true`.
74+
/// explicit call to ``start()``. By default this argument is `true`.
7575
/// - logger: The logger used to log events in the sync engine. By default a `.disabled`
7676
/// logger is used, which means logs are not printed.
7777
public convenience init<

0 commit comments

Comments
 (0)