Skip to content

Commit

Permalink
Fix incorrect cache example
Browse files Browse the repository at this point in the history
  • Loading branch information
sschroe authored and zeyla committed Mar 17, 2017
1 parent e4b484f commit b96f85c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ext/cache/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ impl Cache {
/// [`Client::on_message`] event dispatch:
///
/// ```rust,ignore
/// use serenity::cache::CACHE;
/// use serenity::client::CACHE;
///
/// let cache = CACHE.read().unwrap();
///
Expand Down

0 comments on commit b96f85c

Please sign in to comment.