Skip to content

Commit

Permalink
Really fix the comment this time
Browse files Browse the repository at this point in the history
  • Loading branch information
tuokri committed Nov 9, 2023
1 parent 703a1c2 commit bea24bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ struct BoolPack
std::string field_name{};
// Index of this field in the message.
size_t field_index{0};
// Index into the packed byte. 0-4.
// Index into the packed byte. 0-7.
::umb::byte pack_index{0};
// Indicates which byte this bool belongs to.
// For this value, lone bools are also counted, thus
Expand Down

0 comments on commit bea24bf

Please sign in to comment.