Skip to content

Commit 623704c

Browse files
fix typo
1 parent 059deec commit 623704c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## 1.1.1 (unreleased)
44

5-
* Improved `CrudBatch` and `CrudTransaction` `complete` function extensions. Developers no longer need to specify `nil` as an argument for `writeCheckpoint` when calling `CrudBatch.complete`. The base `complete` functions still accepts an optional `writeCheckpoint` argument if developers use custom write checkpoints.
5+
* Improved `CrudBatch` and `CrudTransaction` `complete` function extensions. Developers no longer need to specify `nil` as an argument for `writeCheckpoint` when calling `CrudBatch.complete`. The base `complete` functions still accept an optional `writeCheckpoint` argument if developers use custom write checkpoints.
66
``` diff
77
guard let finalBatch = try await powersync.getCrudBatch(limit: 100) else {
88
return nil

0 commit comments

Comments
 (0)