diff options
Diffstat (limited to 'src/web_service/announce_room_json.h')
-rw-r--r-- | src/web_service/announce_room_json.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web_service/announce_room_json.h b/src/web_service/announce_room_json.h index 32c08858d..04c1e00ec 100644 --- a/src/web_service/announce_room_json.h +++ b/src/web_service/announce_room_json.h @@ -12,7 +12,7 @@ namespace WebService { /** * Implementation of AnnounceMultiplayerRoom::Backend that (de)serializes room information into/from - * JSON, and submits/gets it to/from the yuzu web service + * JSON, and submits/gets it to/from the citron web service */ class RoomJson : public AnnounceMultiplayerRoom::Backend { public: |