diff --git a/src/lib.rs b/src/lib.rs index 677361a..6f3a882 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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;