Skip to content

Commit 7e609b1

Browse files
committed
Fix docs
1 parent 565b78b commit 7e609b1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • consensus/fuzz/src/marshal

consensus/fuzz/src/marshal/mod.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,11 @@
8484
//!
8585
//! # Layout
8686
//!
87-
//! - [`input`] defines the libFuzzer-facing scenario type.
88-
//! - [`variant`] adapts the standard / coding variant mailboxes to a
87+
//! - `input` defines the libFuzzer-facing scenario type.
88+
//! - `variant` adapts the standard / coding variant mailboxes to a
8989
//! single publish trait the driver can call generically.
9090
//! - [`invariant`] holds the end-of-run assertions, one per property.
91-
//! - [`runner`] holds the deterministic-runtime driver and delegates
91+
//! - `runner` holds the deterministic-runtime driver and delegates
9292
//! to [`invariant::check_all`] at the end.
9393
9494
mod input;

0 commit comments

Comments
 (0)