aboutsummaryrefslogtreecommitdiff
path: root/src/ext/cache
diff options
context:
space:
mode:
authorIllia <[email protected]>2016-12-31 16:39:46 +0300
committerIllia <[email protected]>2016-12-31 16:39:46 +0300
commit52e871383317c85ce8144ecae4120633da367928 (patch)
tree64f3fedc2f4d9a8be97c2c1731ed947968fc634a /src/ext/cache
parentAdd command alias support and command.example (diff)
downloadserenity-52e871383317c85ce8144ecae4120633da367928.tar.xz
serenity-52e871383317c85ce8144ecae4120633da367928.zip
Fix typo
Diffstat (limited to 'src/ext/cache')
-rw-r--r--src/ext/cache/mod.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ext/cache/mod.rs b/src/ext/cache/mod.rs
index c09e1d8..7d6255e 100644
--- a/src/ext/cache/mod.rs
+++ b/src/ext/cache/mod.rs
@@ -144,8 +144,8 @@ pub struct Cache {
pub guilds: HashMap<GuildId, Guild>,
/// A map of notes that a user has made for individual users.
///
- /// An empty note is equivilant to having no note, and creating an empty
- /// note is equivilant to deleting a note.
+ /// An empty note is equivalent to having no note, and creating an empty
+ /// note is equivalent to deleting a note.
///
/// This will always be empty for bot users.
pub notes: HashMap<UserId, String>,