Skip to content

Commit

Permalink
[C++] Fix typo in noMessageIndex docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jhurliman authored Oct 25, 2024
1 parent d808b02 commit 4b02bb0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cpp/mcap/include/mcap/writer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ struct MCAP_PUBLIC McapWriterOptions {
*/
bool noChunking = false;
/**
* @brief Do not write Message Index records to the file. If `noSummary=true`
* and `noChunkIndex=false`, Chunk Index records will still be written to the
* Summary section, providing a coarse message index.
* @brief Do not write Message Index records to the file. If
* `noMessageIndex=true` and `noChunkIndex=false`, Chunk Index records will
* still be written to the Summary section, providing a coarse message index.
*/
bool noMessageIndex = false;
/**
Expand Down

0 comments on commit 4b02bb0

Please sign in to comment.