Skip to content

Commit

Permalink
Fix typo (imlements -> implements) (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
wackbyte authored Nov 29, 2023
1 parent 84a88cf commit c5a4fc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ means using serenity, so here's a couple tips:
## `impl Trait` parameters
Many serenity functions take an argument of type [`impl CacheHttp`](serenity::CacheHttp) or
[`impl AsRef<Http>`](serenity::Http). You can pass in any type that imlements these traits, like
[`impl AsRef<Http>`](serenity::Http). You can pass in any type that implements these traits, like
[`crate::Context`] or [`serenity::Context`].
## Gateway intents
Expand Down

0 comments on commit c5a4fc8

Please sign in to comment.