diff options
| author | Ubuntu <github@matdoes.dev> | 2022-12-09 15:13:14 +0000 |
|---|---|---|
| committer | Ubuntu <github@matdoes.dev> | 2022-12-09 15:13:14 +0000 |
| commit | ca00dbab12ab7de0bba462b9814b9f491b23da69 (patch) | |
| tree | 560bd906d9ca1fcb822290286e9bf5990826163a /azalea/src/start.rs | |
| parent | f0097612473d20ebac21e8ae5eba32bf32c2fe42 (diff) | |
| parent | 70e2dfed16da8d5130460ea15b47701e622f4a9f (diff) | |
| download | azalea-drasl-ca00dbab12ab7de0bba462b9814b9f491b23da69.tar.xz | |
Merge branch 'main' of https://github.com/mat-1/azalea into main
Diffstat (limited to 'azalea/src/start.rs')
| -rw-r--r-- | azalea/src/start.rs | 4 |
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 /// |
