Skip to content

Commit

Permalink
small doc formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-ha458 committed Aug 29, 2023
1 parent f3bbdd7 commit 63e29d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
//! let difference = counts - other_counts;
//! ```
//!
//! Extend a `Counter` with another `Counter`:
//! ## Extend a `Counter` with another `Counter`:
//! ```rust
//! # use counter::Counter;
//! # use std::collections::HashMap;
Expand Down

0 comments on commit 63e29d6

Please sign in to comment.