From 1aa9fcd41a4f20cd20f5720c79bd90c700c0e306 Mon Sep 17 00:00:00 2001 From: r3tk0n <39922250+r3tk0n@users.noreply.github.com> Date: Mon, 6 Aug 2018 21:23:06 -0700 Subject: [PATCH] Fix a typo In jsdoc comments for getWorldFeetPosition() in Avatar.h --- libraries/avatars-renderer/src/avatars-renderer/Avatar.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/avatars-renderer/src/avatars-renderer/Avatar.h b/libraries/avatars-renderer/src/avatars-renderer/Avatar.h index 919a13095f..c6e8ac59f1 100644 --- a/libraries/avatars-renderer/src/avatars-renderer/Avatar.h +++ b/libraries/avatars-renderer/src/avatars-renderer/Avatar.h @@ -252,7 +252,7 @@ public: /**jsdoc * Get the position of the current avatar's feet (or rather, bottom of its collision capsule) in world coordinates. * @function MyAvatar.getWorldFeetPosition - * @returns {Vec3} The position of the Avatar's feet in world coordinates. + * @returns {Vec3} The position of the avatar's feet in world coordinates. */ Q_INVOKABLE glm::vec3 getWorldFeetPosition();