Skip to content

Commit 6168246

Browse files
authored
Fix formatting issue in mod.rs documentation
1 parent 4e06835 commit 6168246

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ You can also create a [`PubSubStream`] without an upfront subscription by callin
325325
326326
### Managing Multiplexed Subscriptions
327327
328-
Because **rustis** implements the RESP3 protocol, there is no limitation when using subscriptions on a multiplexed connection.
328+
Because **rustis** implements the RESP3 protocol, there is no limitation when using subscriptions on a multiplexed connection.
329329
Pub/Sub messages and regular command responses are cleanly distinguished at the protocol level,
330330
allowing both to coexist safely on the same shared connection.
331331

0 commit comments

Comments
 (0)