From 88fc2136447a18f0587092c19a1777957ace091e Mon Sep 17 00:00:00 2001 From: kasenvr <52365539+kasenvr@users.noreply.github.com> Date: Sat, 19 Sep 2020 23:53:04 -0400 Subject: [PATCH] Apply suggestions from code review Co-authored-by: David Rowe --- libraries/script-engine/src/ScriptEngine.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/script-engine/src/ScriptEngine.h b/libraries/script-engine/src/ScriptEngine.h index c4c9fa97c1..45912bc557 100644 --- a/libraries/script-engine/src/ScriptEngine.h +++ b/libraries/script-engine/src/ScriptEngine.h @@ -118,7 +118,7 @@ public: *
  • "agent": An assignment client script.
  • * * Read-only. - * @property {string} type - The type of engine that is currently in use: + * @property {string} type - The type of script engine that is running the script: * * Read-only. - * @property {string} filename - The filename of the script's file. + * @property {string} filename - The filename of the script file. * Read-only. */ class ScriptEngine : public BaseScriptEngine, public EntitiesScriptEngineProvider {