diff options
author | Melody Horn <melody@boringcactus.com> | 2021-04-01 12:38:31 -0600 |
---|---|---|
committer | Melody Horn <melody@boringcactus.com> | 2021-04-01 12:38:31 -0600 |
commit | bd5e4b708d96ea5891a899f1891e22e5a6132acd (patch) | |
tree | 27ecb6348b65d9238119e8d55d23becf24763337 /src | |
parent | c41a84d0c71d3590660a4da05fbfa6b3f9e396b9 (diff) | |
download | bird-machine-bd5e4b708d96ea5891a899f1891e22e5a6132acd.tar.gz bird-machine-bd5e4b708d96ea5891a899f1891e22e5a6132acd.zip |
headers, how do they work
Diffstat (limited to 'src')
-rw-r--r-- | src/lib.rs | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; |