Fix spelling error in document examples

This commit is contained in:
Jason Turner 2015-02-19 08:27:22 -07:00
parent 7478d57264
commit 34e3551ebd

View File

@ -170,7 +170,7 @@
/// ///
/// ~~~~~~~~~{.cpp} /// ~~~~~~~~~{.cpp}
/// chai.add_global_const(const_var(i), "i"); /// 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 /// @subsubsection adding_functions Adding Functions