From 4e274347b4d95d209266f2a771a829786600e57f Mon Sep 17 00:00:00 2001 From: David Rowe Date: Wed, 4 Sep 2019 21:05:36 +1200 Subject: [PATCH] Fix typo in Entities.getAbsoluteJointRotationInObjectFrame() JSDoc --- libraries/entities/src/EntityScriptingInterface.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/entities/src/EntityScriptingInterface.h b/libraries/entities/src/EntityScriptingInterface.h index ca9108852f..52470e56c4 100644 --- a/libraries/entities/src/EntityScriptingInterface.h +++ b/libraries/entities/src/EntityScriptingInterface.h @@ -1294,7 +1294,7 @@ public slots: Q_INVOKABLE int getJointParent(const QUuid& entityID, int index); /**jsdoc - * Gets the translation of a joint in a {@link Entities.EntityProperties-Model|Model} entity relative to the entity's + * Gets the rotation of a joint in a {@link Entities.EntityProperties-Model|Model} entity relative to the entity's * position and orientation. * @function Entities.getAbsoluteJointRotationInObjectFrame * @param {Uuid} entityID - The ID of the entity.