Apply suggestions from code review

Co-authored-by: David Rowe <david@ctrlaltstudio.com>
This commit is contained in:
kasenvr 2020-09-19 23:53:04 -04:00 committed by GitHub
parent c6b947e5f9
commit 88fc213644
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -118,7 +118,7 @@ public:
* <li><code>"agent"</code>: An assignment client script.</li>
* </ul>
* <em>Read-only.</em>
* @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:
* <ul>
* <li><code>"client"</code>: The engine is an interface.</li>
* <li><code>"entity_client"</code>: The engine is an entity simulated in an interface.</li>
@ -127,7 +127,7 @@ public:
* <li><code>"avatar"</code>: The engine is an avatar.</li>
* </ul>
* <em>Read-only.</em>
* @property {string} filename - The filename of the script's file.
* @property {string} filename - The filename of the script file.
* <em>Read-only.</em>
*/
class ScriptEngine : public BaseScriptEngine, public EntitiesScriptEngineProvider {