From bd5e4b708d96ea5891a899f1891e22e5a6132acd Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Thu, 1 Apr 2021 12:38:31 -0600 Subject: headers, how do they work --- src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/lib.rs b/src/lib.rs index a886aa0..1125d73 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -33,7 +33,7 @@ //! } //! ``` //! -//! # Example: replacement with named capture groups +//! ## Example: replacement with named capture groups //! //! ```rust //! use bird_machine::{bird_machine, Machine}; @@ -49,7 +49,7 @@ //! assert_eq!(after, "03/14/2012, 01/01/2013 and 07/05/2014"); //! ``` //! -//! # Example: compile-time rejection of invalid regular expressions +//! ## Example: compile-time rejection of invalid regular expressions //! //! ```rust,compile_fail //! use bird_machine::bird_machine; -- cgit v1.2.3