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 d66c4f1 commit 163c287Copy full SHA for 163c287
Sources/SQLiteData/CloudKit/SyncEngine.swift
@@ -71,7 +71,7 @@
71
/// the container will be determined from the entitlements of your app.
72
/// - defaultZone: The zone for all records to be stored in.
73
/// - startImmediately: Determines if the sync engine starts right away or requires an
74
- /// explicit call to ``stop()``. By default this argument is `true`.
+ /// explicit call to ``start()``. By default this argument is `true`.
75
/// - logger: The logger used to log events in the sync engine. By default a `.disabled`
76
/// logger is used, which means logs are not printed.
77
public convenience init<
0 commit comments