Skip to content

Commit

Permalink
use the right markdown annotation for the code blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
tobz committed Apr 11, 2023
1 parent 69079a5 commit c93cffa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/vector-buffers/src/variants/disk_v2/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
//!
//! Records are represented by the following pseudo-structure:
//!
//! ```no_run
//! ```text
//! record:
//! record_len: uint64
//! checksum: uint32(CRC32C of record_id + payload)
Expand Down Expand Up @@ -84,7 +84,7 @@
//! Like records, the ledger file consists of a simplified structure that is optimized for being shared
//! via a memory-mapped file interface between the reader and writer.
//!
//! ```no_run
//! ```text
//! buffer.db:
//! writer_next_record_id: uint64
//! writer_current_data_file_id: uint16
Expand Down

0 comments on commit c93cffa

Please sign in to comment.