fixed comment on set_global

This commit is contained in:
ktm
2016-01-18 13:24:59 -05:00
parent 43def57852
commit 3587c3e165

View File

@@ -561,7 +561,7 @@ namespace chaiscript
}
}
/// Adds a new global (non-const) shared object, between all the threads
/// Updates an existing global shared object or adds a new global shared object if not found
void set_global(const Boxed_Value &obj, const std::string &name)
{
validate_object_name(name);