Update doc (#178)

Refer to `EncodePacket` and `DecodePacket` instead of `Packet`.
This commit is contained in:
UStuej 2022-12-24 19:13:42 -06:00 committed by GitHub
parent c26bbe7ec2
commit 8a7782e16f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.