aboutsummaryrefslogtreecommitdiff
path: root/src/client/mod.rs
diff options
context:
space:
mode:
authorAustin Hellyer <[email protected]>2017-02-03 12:24:50 -0800
committerAustin Hellyer <[email protected]>2017-02-03 12:24:50 -0800
commitdf9a9a98b56c99a6699842849235d050341303dc (patch)
tree5f13ef12a6bdbfe76518f8ca2fbdf6e477d678b9 /src/client/mod.rs
parentFix value of 'browser' in identify (diff)
downloadserenity-df9a9a98b56c99a6699842849235d050341303dc.tar.xz
serenity-df9a9a98b56c99a6699842849235d050341303dc.zip
Remove a stupid claim about the lib in the docs
Diffstat (limited to 'src/client/mod.rs')
-rw-r--r--src/client/mod.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/mod.rs b/src/client/mod.rs
index 2d2a654..be1dbd4 100644
--- a/src/client/mod.rs
+++ b/src/client/mod.rs
@@ -4,8 +4,8 @@
//! the `rest` module and `Cache` are also automatically handled by the
//! Client module for you.
//!
-//! A [`Context`] is provided for every handler. The context is an ergonomic
-//! method of accessing the lower-level HTTP functions.
+//! A [`Context`] is provided for every handler. The context is a method of
+//! accessing the lower-level HTTP functions relevant to the contextual channel.
//!
//! The `rest` module is the lower-level method of interacting with the Discord
//! REST API. Realistically, there should be little reason to use this yourself,