From 34e3551ebdd321db8da34a3fa25370f1978be215 Mon Sep 17 00:00:00 2001 From: Jason Turner Date: Thu, 19 Feb 2015 08:27:22 -0700 Subject: [PATCH] Fix spelling error in document examples --- include/chaiscript/chaiscript.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/chaiscript/chaiscript.hpp b/include/chaiscript/chaiscript.hpp index 4acabcf..d4b80c4 100644 --- a/include/chaiscript/chaiscript.hpp +++ b/include/chaiscript/chaiscript.hpp @@ -170,7 +170,7 @@ /// /// ~~~~~~~~~{.cpp} /// chai.add_global_const(const_var(i), "i"); -/// chai("def somefun() { print(i); }; sumfun();"); +/// chai("def somefun() { print(i); }; somefun();"); /// ~~~~~~~~~ /// /// @subsubsection adding_functions Adding Functions