Skip to content

Commit c0bfeb6

Browse files
committed
Even more typos
1 parent a3dab68 commit c0bfeb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/powersync_core/lib/src/schema.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class Schema {
3434
final class IncludeOldOptions {
3535
/// A filter of column names for which updates should be tracked.
3636
///
37-
/// When set to a non-null value, olumns not included in this list will not
37+
/// When set to a non-null value, columns not included in this list will not
3838
/// appear in [CrudEntry.oldData]. By default, all columns are included.
3939
final List<String>? columnFilter;
4040

0 commit comments

Comments
 (0)