docs: fix typos (#109)

This commit is contained in:
Kim Chan
2022-08-23 01:47:13 +08:00
committed by GitHub
parent 419ac973ef
commit d3826795af
2 changed files with 2 additions and 2 deletions

View File

@@ -67,7 +67,7 @@ async fn receive_message_multiple_subscribed_channels() {
}
/// test that a client accurately removes its own subscribed chanel list
/// when unbscribing to all subscribed channels by submitting an empty vec
/// when unsubscribing to all subscribed channels by submitting an empty vec
#[tokio::test]
async fn unsubscribes_from_channels() {
let (addr, _) = start_server().await;