Update summary of room module.

Now that the `r0::room` module includes more endpoints than just
`create_room`, the doc string should reflect that.
This commit is contained in:
Isaiah Inuwa 2019-12-25 09:47:47 -05:00 committed by Jonas Platte
parent 23611df0c2
commit f434c70e87

View File

@ -1,4 +1,4 @@
//! Endpoints for room creation.
//! Endpoints for room management.
pub mod create_room;
pub mod get_room_event;