From f05efce7af0cb7020e7da08c7ca58fa6f786d4ef Mon Sep 17 00:00:00 2001 From: mei Date: Tue, 27 Jun 2017 20:37:30 -0700 Subject: Docs fixes --- src/client/mod.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/client') 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, -- cgit v1.2.3