From 5a4ac92137fbd3258aa5b52a003d2eea974bdd18 Mon Sep 17 00:00:00 2001 From: pantor Date: Tue, 7 Sep 2021 10:01:52 +0200 Subject: [PATCH] update single include --- single_include/inja/inja.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/single_include/inja/inja.hpp b/single_include/inja/inja.hpp index c591065..1bd8644 100644 --- a/single_include/inja/inja.hpp +++ b/single_include/inja/inja.hpp @@ -4430,7 +4430,7 @@ public: } /*! - @brief Sets a function that is called when an include statement is not found + @brief Sets a function that is called when an included file is not found */ void set_include_callback(const std::function& callback) { parser_config.include_callback = callback;