1
0
mirror of https://github.com/actix/examples synced 2024-11-23 14:31:07 +01:00

chore: reword module docs for clarity

This commit is contained in:
One 2024-07-19 20:20:52 -04:00
parent eb654a52e1
commit d00c0f8d17

View File

@ -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::{