diff options
Diffstat (limited to 'azalea/src')
| -rw-r--r-- | azalea/src/container.rs | 4 |
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::*; |
