From ad4eaa174c924c23dc06a0aea06537a078ce4c45 Mon Sep 17 00:00:00 2001 From: mat Date: Wed, 7 May 2025 15:08:31 -0545 Subject: doc warnings --- azalea/src/swarm/mod.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'azalea/src') diff --git a/azalea/src/swarm/mod.rs b/azalea/src/swarm/mod.rs index e78091df..58742eaa 100644 --- a/azalea/src/swarm/mod.rs +++ b/azalea/src/swarm/mod.rs @@ -161,8 +161,8 @@ impl SwarmBuilder where SS: Default + Send + Sync + Clone + Resource + 'static, { - /// Set the function that's called every time a bot receives an [`Event`]. - /// This is the way to handle normal per-bot events. + /// Set the function that's called every time a bot receives an + /// [`enum@Event`]. This is the way to handle normal per-bot events. /// /// Currently you can have up to one handler. /// -- cgit v1.2.3