Skip to content

Commit

Permalink
Tweak comment as requested.
Browse files Browse the repository at this point in the history
  • Loading branch information
khuey committed May 27, 2020
1 parent 55654d8 commit eaadd09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/x11_utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ pub struct RequestHeader {
/// The minor opcode of the request (which, for some requests, may not be an
/// opcode at all).
pub minor_opcode: u8,
/// The remaining length of the request, in units of 4 bytes. Unlike the wire format,
/// The remaining length of the request, measured in 4 bytes units. Unlike the wire format,
/// this does *not* include the header itself. If the BigRequests extension is enabled
/// this can be greater than u16::max_value - 1.
pub remaining_length: u32,
Expand Down

0 comments on commit eaadd09

Please sign in to comment.