Skip to content

Commit 93795be

Browse files
fix(branch): mark SQLite in rustdoc
1 parent 7e38f77 commit 93795be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/branch.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -681,7 +681,7 @@ fn rollback_refuses_database_with_active_authority() {
681681
/// family for deletion, and a deletion fence refuses any database this process
682682
/// still holds an authority for — so branch sync used to fail with "this
683683
/// process already holds an incompatible database authority or deletion fence
684-
/// (operation: roll back published branch SQLite family)" and leave the failed
684+
/// (operation: roll back published branch `SQLite` family)" and leave the failed
685685
/// branch published until some other process cleaned it up.
686686
///
687687
/// Retiring the registered runtime first must make the exact same rollback

0 commit comments

Comments
 (0)