From 33c966b8d65123fea3609b4bdfbb0ac9de5981ff Mon Sep 17 00:00:00 2001 From: Eduard Date: Wed, 30 Mar 2016 18:14:12 +0300 Subject: [PATCH] Fix description of get_guard() --- include/chaiscript/language/chaiscript_prelude_docs.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/chaiscript/language/chaiscript_prelude_docs.hpp b/include/chaiscript/language/chaiscript_prelude_docs.hpp index 25d32d1..7df5652 100644 --- a/include/chaiscript/language/chaiscript_prelude_docs.hpp +++ b/include/chaiscript/language/chaiscript_prelude_docs.hpp @@ -505,7 +505,7 @@ class Function /// \endcode Vector get_contained_functions() const; - /// \brief Returns a vector of the contained functions + /// \brief Returns a function guard as function /// /// Example: /// \code