Skip to content

Commit

Permalink
Update components/core/src/clp_s/ArchiveWriter.hpp
Browse files Browse the repository at this point in the history
Co-authored-by: wraymo <[email protected]>
  • Loading branch information
gibber9809 and wraymo authored Nov 17, 2024
1 parent 58e4a0c commit bdbaed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/core/src/clp_s/ArchiveWriter.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ class ArchiveWriter {
}

/**
* @return the Id the next log event should receive when appended to the archive.
* @return The Id that will be assigned to the next log event when appended to the archive.
*/
int64_t get_next_log_event_id() const { return m_next_log_event_id; }

Expand Down

0 comments on commit bdbaed2

Please sign in to comment.