Merge pull request #12582 from thoys/fix/JSDOCtypo

fix JSDOC typo rule -> role
This commit is contained in:
Brad Hefta-Gaub 2018-03-07 07:50:07 -08:00 committed by GitHub
commit 9595049e01
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -346,7 +346,7 @@ public:
* restoreRoleAnimation() is used to restore a specified animation role's default animation clip. If you have not specified an override animation
* for the specified role, this function will have no effect.
* @function MyAvatar.restoreRoleAnimation
* @param rule {string} The animation role clip to restore
* @param role {string} The animation role clip to restore
*/
Q_INVOKABLE void restoreRoleAnimation(const QString& role);