aboutsummaryrefslogtreecommitdiff
path: root/azalea-client/src/account.rs
diff options
context:
space:
mode:
Diffstat (limited to 'azalea-client/src/account.rs')
-rw-r--r--azalea-client/src/account.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-client/src/account.rs b/azalea-client/src/account.rs
index 5e2fafa7..a4b35e81 100644
--- a/azalea-client/src/account.rs
+++ b/azalea-client/src/account.rs
@@ -15,7 +15,7 @@ use uuid::Uuid;
/// To join a server using this account, use [`Client::join`] or
/// [`azalea::ClientBuilder`].
///
-/// Note that this is also a component that our clients have.
+/// This is also an ECS component that is present on our client entities.
///
/// # Examples
///