aboutsummaryrefslogtreecommitdiff
path: root/src/client
diff options
context:
space:
mode:
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,