diff options
| author | Perry Fraser <[email protected]> | 2018-10-01 16:38:07 -0400 |
|---|---|---|
| committer | zeyla <[email protected]> | 2018-10-01 13:38:07 -0700 |
| commit | 9865d9ccd727a7f6c5c9a6094b87af0f6353831b (patch) | |
| tree | b9d13d1ff517347da19d198b257481fffbbb68db /src/client/bridge/gateway | |
| parent | Change DOS line endings to UNIX line endings (diff) | |
| download | serenity-9865d9ccd727a7f6c5c9a6094b87af0f6353831b.tar.xz serenity-9865d9ccd727a7f6c5c9a6094b87af0f6353831b.zip | |
A bunch of typo fixes (#404)
Diffstat (limited to 'src/client/bridge/gateway')
| -rw-r--r-- | src/client/bridge/gateway/shard_runner_message.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/bridge/gateway/shard_runner_message.rs b/src/client/bridge/gateway/shard_runner_message.rs index f281d21..edb9b8a 100644 --- a/src/client/bridge/gateway/shard_runner_message.rs +++ b/src/client/bridge/gateway/shard_runner_message.rs @@ -41,7 +41,7 @@ pub enum ShardRunnerMessage { /// Indicates that the client is to update the shard's presence's game. SetGame(Option<Game>), /// Indicates that the client is to update the shard's presence in its - /// entirity. + /// entirety. SetPresence(OnlineStatus, Option<Game>), /// Indicates that the client is to update the shard's presence's status. SetStatus(OnlineStatus), |