fix typo

projectmoon 2020-11-07 14:43:13 +00:00
parent cd9b196a70
commit e3bc335063
1 changed files with 1 additions and 1 deletions

@ -21,7 +21,7 @@ Trees:
* room id -> list of users * room id -> list of users
* room id -> RoomInfo * room id -> RoomInfo
## Architcture Changse ## Architcture Changes
A new `RoomInfo` struct must be created, and possibly a whole new layer of the application. This layer doesn't exist yet, because we've been dealing only with strings and integers so far. A new `RoomInfo` struct must be created, and possibly a whole new layer of the application. This layer doesn't exist yet, because we've been dealing only with strings and integers so far.