aboutsummaryrefslogtreecommitdiff
path: root/azalea
diff options
context:
space:
mode:
authormat <github@matdoes.dev>2023-05-05 17:15:49 +0000
committermat <github@matdoes.dev>2023-05-05 17:15:49 +0000
commitdf167a5a391ef2a9bf2290a24d99ef8f559d9084 (patch)
tree94085ec610bdeafb76db5fd1abbf6449e55f06b2 /azalea
parent3702b2cb2117b586c41a79d2f74864a99c144bdf (diff)
downloadazalea-drasl-df167a5a391ef2a9bf2290a24d99ef8f559d9084.tar.xz
fix some warnings
Diffstat (limited to 'azalea')
-rw-r--r--azalea/src/container.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/azalea/src/container.rs b/azalea/src/container.rs
index c8849cdd..fefcf189 100644
--- a/azalea/src/container.rs
+++ b/azalea/src/container.rs
@@ -25,8 +25,8 @@ pub trait ContainerClientExt {
}
impl ContainerClientExt for Client {
- /// Open a container in the world, like a chest. Use [`Client::inventory`]
- /// to open your own inventory.
+ /// Open a container in the world, like a chest. Use
+ /// [`Client::open_inventory`] to open your own inventory.
///
/// ```
/// # use azalea::prelude::*;