From 3587c3e16511f4bc72ea607acc861d946dd56735 Mon Sep 17 00:00:00 2001 From: ktm Date: Mon, 18 Jan 2016 13:24:59 -0500 Subject: [PATCH] fixed comment on set_global --- include/chaiscript/dispatchkit/dispatchkit.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/chaiscript/dispatchkit/dispatchkit.hpp b/include/chaiscript/dispatchkit/dispatchkit.hpp index b962df9f..3a1000c2 100644 --- a/include/chaiscript/dispatchkit/dispatchkit.hpp +++ b/include/chaiscript/dispatchkit/dispatchkit.hpp @@ -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);