diff options
| author | mat <git@matdoes.dev> | 2023-12-09 18:34:00 -0600 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2023-12-09 18:34:00 -0600 |
| commit | b9829149cb51442bba891cbec0195848bbfdcb12 (patch) | |
| tree | c7bab47f227f41b9c001663128ba85edcbd89e68 /azalea/src | |
| parent | 31206701b946524e0caacef19abb067470c2c2bc (diff) | |
| download | azalea-drasl-b9829149cb51442bba891cbec0195848bbfdcb12.tar.xz | |
fix broken doc links
Diffstat (limited to 'azalea/src')
| -rw-r--r-- | azalea/src/container.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea/src/container.rs b/azalea/src/container.rs index be5e6c27..0f417061 100644 --- a/azalea/src/container.rs +++ b/azalea/src/container.rs @@ -140,7 +140,7 @@ impl ContainerHandle { /// /// Note that any modifications you make to the `Menu` you're given will not /// actually cause any packets to be sent. If you're trying to modify your - /// inventory, use [`Client::click`] instead + /// inventory, use [`ContainerHandle::click`] instead pub fn menu(&self) -> Option<Menu> { let ecs = self.client.ecs.lock(); let inventory = ecs |
