aboutsummaryrefslogtreecommitdiff
path: root/azalea/src/start.rs
diff options
context:
space:
mode:
Diffstat (limited to 'azalea/src/start.rs')
-rw-r--r--azalea/src/start.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/azalea/src/start.rs b/azalea/src/start.rs
index c7d79261..e2374fb8 100644
--- a/azalea/src/start.rs
+++ b/azalea/src/start.rs
@@ -86,8 +86,8 @@ pub enum StartError {
Join(#[from] azalea_client::JoinError),
}
-/// Join a server and start handling events. This function will run forever until
-/// it gets disconnected from the server.
+/// Join a server and start handling events. This function will run forever
+/// until it gets disconnected from the server.
///
/// # Examples
///