From d7fc4e905cc46e323a05ce7630175d19b2667b42 Mon Sep 17 00:00:00 2001 From: luiscuenca Date: Wed, 25 Sep 2019 14:02:43 -0700 Subject: [PATCH] fix function on jsdoc --- interface/src/avatar/MyAvatar.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/src/avatar/MyAvatar.h b/interface/src/avatar/MyAvatar.h index ef1a30f4a5..20ce6fa147 100644 --- a/interface/src/avatar/MyAvatar.h +++ b/interface/src/avatar/MyAvatar.h @@ -1769,7 +1769,7 @@ public: * Aims the pointing directional blending towards the provided target point. * The "point" reaction should be triggered before using this method. * MyAvatar.beginReaction("point") - * @function MyAvatar.setPointingAt + * @function MyAvatar.setPointAt * @param {Vec3} pointAtTarget - The target point in world coordinates. */ Q_INVOKABLE void setPointAt(const glm::vec3& pointAtTarget);