Skip to content

Commit

Permalink
Fix readme typo (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
casey authored Feb 25, 2024
1 parent 1886ebb commit a478c2f
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 @@ -17,7 +17,7 @@
//! type when rendered.
//!
//! The other way is with `boilerplate::boilerplate`, a function-like macro,
//! which reads tempalte text from a string literal, and reads variables from
//! which reads template text from a string literal, and reads variables from
//! the local scope when rendered.
//!
//! Use `boilerplate::Boilerplate` if you want to put your template text in a
Expand Down

0 comments on commit a478c2f

Please sign in to comment.