mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 03:00:46 +03:00
Fix typo
This commit is contained in:
parent
069115ba5f
commit
ebe80a6006
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ to_json(nlohmann::json &j, const RoomInfo &info);
|
|||
void
|
||||
from_json(const nlohmann::json &j, RoomInfo &info);
|
||||
|
||||
//! Basic information per member;
|
||||
//! Basic information per member.
|
||||
struct MemberInfo
|
||||
{
|
||||
std::string name;
|
||||
|
|
Loading…
Reference in a new issue