Skip to content

Commit cacbc76

Browse files
Apply suggestion from @Centril
Co-authored-by: Mazdak Farrokhzad <twingoow@gmail.com> Signed-off-by: joshua-spacetime <josh@clockworklabs.io>
1 parent 418378b commit cacbc76

File tree

1 file changed

+1
-1
lines changed
  • crates/datastore/src/locking_tx_datastore

1 file changed

+1
-1
lines changed

crates/datastore/src/locking_tx_datastore/mut_tx.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1777,7 +1777,7 @@ impl MutTxId {
17771777
Ok(())
17781778
}
17791779

1780-
/// Delete and return the rows in `st_view_client` for a client connection
1780+
/// Deletes and return the rows in `st_view_client` for a client connection.
17811781
fn delete_st_view_client_rows(
17821782
&mut self,
17831783
sender: Identity,

0 commit comments

Comments
 (0)