Skip to content

Commit

Permalink
Chore: Changed documentation z flag
Browse files Browse the repository at this point in the history
  • Loading branch information
joalopez1206 committed Jul 10, 2024
1 parent 691462b commit dfb8b0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/message/header.rs
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ impl Header {
return Err("Format Error: OP CODE");
}

// Z: A 3 bit field that MUST be zero
// Z: A z flag field MUST be zero/false
if self.z != false {
return Err("Format Error: Z");
}
Expand Down

0 comments on commit dfb8b0f

Please sign in to comment.