Skip to content

Commit 9dc8c8b

Browse files
committed
DOC: Update metadata.list_fields docs
1 parent c313dbb commit 9dc8c8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/databento/enums.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ enum StatusReason : std::uint16_t {
386386
// The news has been fully disseminated and times are available for the
387387
// resumption in quoting and trading.
388388
NewsAndResumptionTimes = 32,
389-
// The relevants news was not forthcoming.
389+
// The relevant news was not forthcoming.
390390
NewsNotForthcoming = 33,
391391
// Halted for order imbalance.
392392
OrderImbalance = 40,
@@ -414,7 +414,7 @@ enum StatusReason : std::uint16_t {
414414
// Halted due to the carryover of a market-wide circuit breaker from the
415415
// previous trading day.
416416
MarketWideHaltCarryover = 123,
417-
// Resumption due to the end of the a market-wide circuit breaker halt.
417+
// Resumption due to the end of a market-wide circuit breaker halt.
418418
MarketWideHaltResumption = 124,
419419
// Halted because quotation is not available.
420420
QuotationNotAvailable = 130,

0 commit comments

Comments
 (0)