Skip to content

Commit

Permalink
DOC: Improve F_LAST flag description
Browse files Browse the repository at this point in the history
  • Loading branch information
cjdsellers committed May 7, 2024
1 parent f10c5e9 commit 945c917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/databento/flag_set.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace databento {
class FlagSet {
public:
using Repr = std::uint8_t;
// Indicates it's the last message in the packet from the venue for a given
// Indicates it's the last message in the event from the venue for a given
// `instrument_id`.
static constexpr Repr kLast = 1 << 7;
// Indicates a top-of-book message, not an individual order.
Expand Down

0 comments on commit 945c917

Please sign in to comment.