Merge pull request #489 from 0xd800/develop

Fix description of ChaiScriptBasic::use
This commit is contained in:
Rob Loach 2019-06-05 11:28:59 -04:00 committed by GitHub
commit f235bd558a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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)