aboutsummaryrefslogtreecommitdiff
path: root/azalea/src
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2025-05-07 15:08:31 -0545
committermat <git@matdoes.dev>2025-05-07 15:08:31 -0545
commitad4eaa174c924c23dc06a0aea06537a078ce4c45 (patch)
tree3a0a34252804c6601c2734241c106699bf4fc00d /azalea/src
parente0d3352a90ddbdeb06314e6f38d2afe6fa4ddd78 (diff)
downloadazalea-drasl-ad4eaa174c924c23dc06a0aea06537a078ce4c45.tar.xz
doc warnings
Diffstat (limited to 'azalea/src')
-rw-r--r--azalea/src/swarm/mod.rs4
1 files changed, 2 insertions, 2 deletions
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<SS, SR> SwarmBuilder<NoState, SS, (), SR>
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.
///