mirror of
https://github.com/ChaiScript/ChaiScript.git
synced 2025-12-06 16:57:04 +08:00
Fix description of ChaiScriptBasic::use
Add missing word
This commit is contained in:
parent
6ce716f5f2
commit
273bc4a94a
@ -386,9 +386,9 @@ namespace chaiscript
|
||||
}
|
||||
|
||||
|
||||
/// \brief Loads and parses a file. If the file is already, it is not reloaded
|
||||
/// The use paths specified at ChaiScript construction time are searched for the
|
||||
/// requested file.
|
||||
/// \brief Loads and parses a file. If the file is already open, it is not
|
||||
/// reloaded. The use paths specified at ChaiScript construction time are
|
||||
/// searched for the requested file.
|
||||
///
|
||||
/// \param[in] t_filename Filename to load and evaluate
|
||||
Boxed_Value use(const std::string &t_filename)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user