Skip to content

Commit

Permalink
Merge pull request #38 from chris-ha458/docs
Browse files Browse the repository at this point in the history
small doc formatting
  • Loading branch information
coriolinus committed Aug 30, 2023
2 parents f3bbdd7 + 63e29d6 commit 6059400
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 6059400

Please sign in to comment.