From f8969623c6943528708499925647593d29ce587a Mon Sep 17 00:00:00 2001 From: Bauke Date: Sun, 16 Oct 2022 17:51:45 +0200 Subject: [PATCH] Fix doc comment. --- source/selectors.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.