Fix a typo

In jsdoc comments for getWorldFeetPosition() in Avatar.h
This commit is contained in:
r3tk0n 2018-08-06 21:23:06 -07:00 committed by GitHub
parent b590ff793a
commit 1aa9fcd41a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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();