mirror of
https://github.com/actix/examples
synced 2024-11-23 22:41:07 +01:00
chore: reword module docs for clarity
This commit is contained in:
parent
eb654a52e1
commit
d00c0f8d17
@ -1,5 +1,5 @@
|
||||
//! `ChatServer` is an actor. It maintains list of connection client session.
|
||||
//! And manages available rooms. Peers send messages to other peers in same
|
||||
//! `ChatServer` is an actor. It maintains a list of connection client sessions.
|
||||
//! It also manages available rooms. Peers send messages to other peers in same
|
||||
//! room through `ChatServer`.
|
||||
|
||||
use std::{
|
||||
|
Loading…
Reference in New Issue
Block a user