diff options
| author | mat <git@matdoes.dev> | 2025-02-01 21:35:11 +0000 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2025-02-01 21:35:11 +0000 |
| commit | 8d71577da8a66c8270ba2f09fabd73eef2228cea (patch) | |
| tree | e0b5d3cbb8f5acf8cc9474ae8c967391f3169c71 /azalea-client/src/client.rs | |
| parent | 4562967b617589cb5aa7b401103e84fbb6b0775c (diff) | |
| download | azalea-drasl-8d71577da8a66c8270ba2f09fabd73eef2228cea.tar.xz | |
fix doc errors
Diffstat (limited to 'azalea-client/src/client.rs')
| -rw-r--r-- | azalea-client/src/client.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/azalea-client/src/client.rs b/azalea-client/src/client.rs index 1f8ebb53..37569d6b 100644 --- a/azalea-client/src/client.rs +++ b/azalea-client/src/client.rs @@ -721,8 +721,7 @@ impl Client { /// `configuration` or `game` state. /// /// For the components that are only present in the `game` state, see -/// [`JoinedClientBundle`] and for the ones in the `configuration` state, see -/// [`ConfigurationClientBundle`]. +/// [`JoinedClientBundle`]. #[derive(Bundle)] pub struct LocalPlayerBundle { pub raw_connection: RawConnection, |
