Skip to content

Commit 8446b39

Browse files
committed
Documentation cleanup.
1 parent b2b8655 commit 8446b39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demos/local-only-todolist/lib/models/schema.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import 'package:powersync_flutter_local_only_demo/models/sync_mode.dart';
2626
/// - `inactive_local_todos' and 'inactive_local_lists' refer to the local-only data, allowing
2727
/// for temporary storage or operations before syncing.
2828
///
29-
/// For an offline-to-online transition [switchToOnlineSchema] copies data so that it ends up in the upload queue.
29+
/// For an offline-to-online transition [switchToSyncedSchema] copies data so that it ends up in the upload queue.
3030
3131
const todosTable = 'todos';
3232
const listsTable = 'lists';

0 commit comments

Comments
 (0)