aboutsummaryrefslogtreecommitdiff
path: root/src/client
diff options
context:
space:
mode:
authormei <[email protected]>2017-06-27 20:37:30 -0700
committerZeyla Hellyer <[email protected]>2017-06-27 20:37:59 -0700
commitf05efce7af0cb7020e7da08c7ca58fa6f786d4ef (patch)
treef421e905cb9c49c695b7ff2aa0468ddb810e537d /src/client
parentAdd missing ModelError variant in description impl (diff)
downloadserenity-f05efce7af0cb7020e7da08c7ca58fa6f786d4ef.tar.xz
serenity-f05efce7af0cb7020e7da08c7ca58fa6f786d4ef.zip
Docs fixes
Diffstat (limited to 'src/client')
-rw-r--r--src/client/mod.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/client/mod.rs b/src/client/mod.rs
index 5ca69e7..96160a8 100644
--- a/src/client/mod.rs
+++ b/src/client/mod.rs
@@ -4,8 +4,7 @@
//! the `http` module and `Cache` are also automatically handled by the
//! Client module for you.
//!
-//! A [`Context`] is provided for every handler. The context is a method of
-//! accessing the lower-level HTTP functions relevant to the contextual channel.
+//! A [`Context`] is provided for every handler.
//!
//! The `http` module is the lower-level method of interacting with the Discord
//! REST API. Realistically, there should be little reason to use this yourself,