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