We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d923e81 commit 0c0cd08Copy full SHA for 0c0cd08
1 file changed
crates/core/src/subscription/module_subscription_actor.rs
@@ -572,7 +572,7 @@ impl ModuleSubscriptions {
572
573
/// Send a message to a client connection.
574
/// 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.
+ /// This takes a `TxId`, because this should be called while still holding a lock on the database.
576
pub fn send_client_message(
577
&self,
578
recipient: Arc<ClientConnectionSender>,
0 commit comments