mirror of
https://github.com/italicsjenga/valence.git
synced 2025-02-04 17:46:35 +11:00
Update doc (#178)
Refer to `EncodePacket` and `DecodePacket` instead of `Packet`.
This commit is contained in:
parent
c26bbe7ec2
commit
8a7782e16f
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
//! This crate provides derive macros for [`Encode`], [`Decode`], and
|
||||
//! [`Packet`].
|
||||
//! This crate provides derive macros for [`Encode`], [`Decode`],
|
||||
//! [`EncodePacket`], and [`DecodePacket`].
|
||||
//!
|
||||
//! See `valence_protocol`'s documentation for more information.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue