Skip to content

Commit 0c0cd08

Browse files
committed
Update comment.
1 parent d923e81 commit 0c0cd08

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/core/src/subscription/module_subscription_actor.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@ impl ModuleSubscriptions {
572572

573573
/// Send a message to a client connection.
574574
/// This will eventually be sent by the send-worker.
575-
/// This takes a TxId, because this should be called while still holding a lock on the database.
575+
/// This takes a `TxId`, because this should be called while still holding a lock on the database.
576576
pub fn send_client_message(
577577
&self,
578578
recipient: Arc<ClientConnectionSender>,

0 commit comments

Comments
 (0)