mirror of
https://github.com/actix/examples
synced 2024-11-27 16:02:57 +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.
|
//! `ChatServer` is an actor. It maintains a list of connection client sessions.
|
||||||
//! And manages available rooms. Peers send messages to other peers in same
|
//! It also manages available rooms. Peers send messages to other peers in same
|
||||||
//! room through `ChatServer`.
|
//! room through `ChatServer`.
|
||||||
|
|
||||||
use std::{
|
use std::{
|
||||||
|
Loading…
Reference in New Issue
Block a user