Merge branch 'master' into develop

This commit is contained in:
Jason Turner
2015-03-21 14:14:33 -06:00
2 changed files with 9 additions and 1 deletions

View File

@@ -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