diff options
| author | Illia <[email protected]> | 2016-12-31 16:39:46 +0300 |
|---|---|---|
| committer | Illia <[email protected]> | 2016-12-31 16:39:46 +0300 |
| commit | 52e871383317c85ce8144ecae4120633da367928 (patch) | |
| tree | 64f3fedc2f4d9a8be97c2c1731ed947968fc634a /src/client/mod.rs | |
| parent | Add command alias support and command.example (diff) | |
| download | serenity-52e871383317c85ce8144ecae4120633da367928.tar.xz serenity-52e871383317c85ce8144ecae4120633da367928.zip | |
Fix typo
Diffstat (limited to 'src/client/mod.rs')
| -rw-r--r-- | src/client/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/mod.rs b/src/client/mod.rs index aed11a0..ab4b47c 100644 --- a/src/client/mod.rs +++ b/src/client/mod.rs @@ -272,7 +272,7 @@ impl Client { /// /// This will retrieve an automatically determined number of shards to use /// from the API - determined by Discord - and then open a number of shards - /// equivilant to that amount. + /// equivalent to that amount. /// /// Refer to the [Gateway documentation][gateway docs] for more information /// on effectively using sharding. |