Skip to content

Commit 855e3a4

Browse files
authored
Fix Bookkeeper docs. (#661)
Signed-off-by: Shabinder Singh <[email protected]>
1 parent 51c78cb commit 855e3a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/mutable-store/building/implementations/bookkeeper.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
interface Bookkeeper<Key : Any> {
55
companion object {
66
fun <Key : Any> by(
7-
maxLastFailedSync: suspend (key: Key) -> Long?,
7+
getLastFailedSync: suspend (key: Key) -> Long?,
88
setLastFailedSync: suspend (key: Key, timestamp: Long) -> Boolean,
99
clear: suspend (key: Key) -> Boolean,
1010
clearAll: suspend () -> Boolean
@@ -101,4 +101,4 @@ private fun BookkeepingDatabase.maxLastFailedSync(notes: List<Note>): Long? {
101101
}
102102
return maxLastFailedSync
103103
}
104-
```
104+
```

0 commit comments

Comments
 (0)