aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorAustin Hellyer <[email protected]>2016-11-26 11:37:18 -0800
committerAustin Hellyer <[email protected]>2016-11-26 11:37:18 -0800
commit77354ab321bec1ff66af0e27eb87a7eec3e3db24 (patch)
tree693b43ae7be07be11426faf6e6282d838e426a04 /src/lib.rs
parentMake Cache::get_channel return a reference (diff)
downloadserenity-77354ab321bec1ff66af0e27eb87a7eec3e3db24.tar.xz
serenity-77354ab321bec1ff66af0e27eb87a7eec3e3db24.zip
Add a bit more docs
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib.rs b/src/lib.rs
index bb4251f..eb8ed78 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -25,10 +25,10 @@
//! to avoid unnecessary HTTP requests to the Discord API. For more information,
//! see the [cache's module-level documentation][cache docs].
//!
-//! Note that - although this documentation will try to be as up-to-date and
-//! accurate as possible - Discord hosts [official documentation][docs]. If you
-//! need to be sure that some information piece is accurate, refer to their
-//! docs.
+//! Note that, although this documentation will try to be as up-to-date and
+//! accurate as possible, Discord hosts [official documentation][docs]. If you
+//! need to be sure that some information piece is sanctioned by Discord, refer
+//! to their own documentation.
//!
//! # Dependencies
//!