Fix description of ChaiScriptBasic::use

Add missing word
This commit is contained in:
Vladyslav Tronko 2019-06-05 15:19:31 +03:00
parent 6ce716f5f2
commit 273bc4a94a

View File

@ -386,9 +386,9 @@ namespace chaiscript
} }
/// \brief Loads and parses a file. If the file is already, it is not reloaded /// \brief Loads and parses a file. If the file is already open, it is not
/// The use paths specified at ChaiScript construction time are searched for the /// reloaded. The use paths specified at ChaiScript construction time are
/// requested file. /// searched for the requested file.
/// ///
/// \param[in] t_filename Filename to load and evaluate /// \param[in] t_filename Filename to load and evaluate
Boxed_Value use(const std::string &t_filename) Boxed_Value use(const std::string &t_filename)