Skip to content

Commit 945c917

Browse files
committed
DOC: Improve F_LAST flag description
1 parent f10c5e9 commit 945c917

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/databento/flag_set.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ namespace databento {
99
class FlagSet {
1010
public:
1111
using Repr = std::uint8_t;
12-
// Indicates it's the last message in the packet from the venue for a given
12+
// Indicates it's the last message in the event from the venue for a given
1313
// `instrument_id`.
1414
static constexpr Repr kLast = 1 << 7;
1515
// Indicates a top-of-book message, not an individual order.

0 commit comments

Comments
 (0)