From 98bc076313c9b73b8184ca0158145d85cdd44907 Mon Sep 17 00:00:00 2001 From: pantor Date: Sat, 8 Aug 2020 11:26:18 +0200 Subject: [PATCH] fix readme semi --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c7a7086..d81a2fb 100644 --- a/README.md +++ b/README.md @@ -188,7 +188,7 @@ render("{% include \"footer.html\" %}", data); env.set_search_included_templates_in_files(false); ``` -Inja will throw an `inja::RenderError` if an included file is not found. To disable this error, you can call `env.set_throw_at_missing_includes(false);`. +Inja will throw an `inja::RenderError` if an included file is not found. To disable this error, you can call `env.set_throw_at_missing_includes(false)`. #### Assignments