From 1edf73beb1be87d6cfbfd8f63f2fc1505e644cb5 Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Sat, 24 Feb 2024 23:18:37 -0800 Subject: [PATCH] Fix readme typo --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index aed81af..e5cf854 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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