aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol/azalea-protocol-macros/src
diff options
context:
space:
mode:
Diffstat (limited to 'azalea-protocol/azalea-protocol-macros/src')
-rw-r--r--azalea-protocol/azalea-protocol-macros/src/lib.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/azalea-protocol/azalea-protocol-macros/src/lib.rs b/azalea-protocol/azalea-protocol-macros/src/lib.rs
index feff2ded..bba35762 100644
--- a/azalea-protocol/azalea-protocol-macros/src/lib.rs
+++ b/azalea-protocol/azalea-protocol-macros/src/lib.rs
@@ -367,7 +367,7 @@ pub fn declare_state_packets(input: TokenStream) -> TokenStream {
}
}
- /// Read a packet by its id, ConnectionProtocol, and flow.
+ /// Read a packet by its ID, `ConnectionProtocol`, and flow.
fn read(
id: u32,
buf: &mut std::io::Cursor<&[u8]>,
@@ -411,7 +411,7 @@ pub fn declare_state_packets(input: TokenStream) -> TokenStream {
}
}
- /// Read a packet by its id, ConnectionProtocol, and flow.
+ /// Read a packet by its ID, `ConnectionProtocol`, and flow.
fn read(
id: u32,
buf: &mut std::io::Cursor<&[u8]>,