diff --git a/source/selectors.rs b/source/selectors.rs index dddf5f6..28e534e 100644 --- a/source/selectors.rs +++ b/source/selectors.rs @@ -23,7 +23,7 @@ lazy_static! { /// Selector for the group subscriber count. pub static ref GROUP_SUBSCRIBERS: Selector = selector(".group-subscription-count"); - /// Selector for group wiki links. + /// Selector for sub groups. pub static ref GROUP_SUB_GROUP_LINKS: Selector = selector(r#"#sidebar .link-group"#); /// Selector for group wiki links.