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/http/raw.rs | |
| 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/http/raw.rs')
| -rw-r--r-- | src/http/raw.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/raw.rs b/src/http/raw.rs index f4b4cf0..b4a9cc9 100644 --- a/src/http/raw.rs +++ b/src/http/raw.rs @@ -413,7 +413,7 @@ pub fn delete_guild(guild_id: u64) -> Result<PartialGuild> { }) } -/// Remvoes an integration from a guild. +/// Removes an integration from a guild. pub fn delete_guild_integration(guild_id: u64, integration_id: u64) -> Result<()> { wind(204, Request { body: None, |