diff options
Diffstat (limited to 'azalea-protocol')
| -rw-r--r-- | azalea-protocol/src/packets/game/c_container_set_slot.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-protocol/src/packets/game/c_container_set_slot.rs b/azalea-protocol/src/packets/game/c_container_set_slot.rs index 571d8e82..d00080bb 100644 --- a/azalea-protocol/src/packets/game/c_container_set_slot.rs +++ b/azalea-protocol/src/packets/game/c_container_set_slot.rs @@ -11,7 +11,7 @@ pub struct ClientboundContainerSetSlot { pub state_id: u32, /// The slot index. /// - /// See https://minecraft.wiki/w/Java_Edition_protocol/Inventory. + /// See <https://minecraft.wiki/w/Java_Edition_protocol/Inventory>. pub slot: u16, pub item_stack: ItemStack, } |
