aboutsummaryrefslogtreecommitdiff
path: root/src/client/mod.rs
diff options
context:
space:
mode:
authorIllia <[email protected]>2017-01-05 00:03:27 +0300
committerIllia <[email protected]>2017-01-05 00:03:27 +0300
commit3348178f151d8e1d7aa0432984a2dd23fa7b9e89 (patch)
tree1349dd7d6849bfc12da9fb064cea4a22a5613c09 /src/client/mod.rs
parentSimplify a small bit of Context (diff)
downloadserenity-3348178f151d8e1d7aa0432984a2dd23fa7b9e89.tar.xz
serenity-3348178f151d8e1d7aa0432984a2dd23fa7b9e89.zip
Fix rs suffix
Diffstat (limited to 'src/client/mod.rs')
-rw-r--r--src/client/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/mod.rs b/src/client/mod.rs
index 48a38ed..8a015f9 100644
--- a/src/client/mod.rs
+++ b/src/client/mod.rs
@@ -165,7 +165,7 @@ pub struct Client {
/// Refer to [example 06] for an example on using the `data` field.
///
/// [`Context::data`]: struct.Context.html#method.data
- /// [example 06]: https://github.com/zeyla/serenity.rs/tree/master/examples/06_command_framework
+ /// [example 06]: https://github.com/zeyla/serenity/tree/master/examples/06_command_framework
pub data: Arc<Mutex<ShareMap>>,
/// A vector of all active shards that have received their [`Event::Ready`]
/// payload, and have dispatched to [`on_ready`] if an event handler was