From df167a5a391ef2a9bf2290a24d99ef8f559d9084 Mon Sep 17 00:00:00 2001 From: mat Date: Fri, 5 May 2023 17:15:49 +0000 Subject: fix some warnings --- azalea/src/container.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'azalea/src') 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::*; -- cgit v1.2.3