diff --git a/examples/entityScripts/createParamsEntity.js b/examples/entityScripts/createParamsEntity.js index e01f075716..991bb0d667 100644 --- a/examples/entityScripts/createParamsEntity.js +++ b/examples/entityScripts/createParamsEntity.js @@ -1,11 +1,10 @@ // // createParamsEntity.js // -// -// Additions by James B. Pollack @imgntn on 11/6/2015 +// Created by James B. Pollack @imgntn on 11/6/2015 // Copyright 2015 High Fidelity, Inc. // -// This script demonstrates creates an entity and sends it a method call with parameters. +// This script demonstrates creating an entity and sending it a method call with parameters. // // Distributed under the Apache License, Version 2.0. // See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html diff --git a/examples/entityScripts/paramsEntity.js b/examples/entityScripts/paramsEntity.js index afcfd279d5..6cb5cb5833 100644 --- a/examples/entityScripts/paramsEntity.js +++ b/examples/entityScripts/paramsEntity.js @@ -3,7 +3,7 @@ // // Script Type: Entity // -// Additions by James B. Pollack @imgntn on 11/6/2015 +// Created by James B. Pollack @imgntn on 11/6/2015 // Copyright 2015 High Fidelity, Inc. // // This script demonstrates how to recieve parameters from a Entities.callEntityMethod call