From e5c58d5ba58a2299bf082987865191768ce7b28d Mon Sep 17 00:00:00 2001 From: David Rowe Date: Tue, 30 Jul 2019 11:37:20 +1200 Subject: [PATCH] Fix JSDoc typo noticed in passing --- libraries/avatars/src/AvatarData.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libraries/avatars/src/AvatarData.h b/libraries/avatars/src/AvatarData.h index 3c8e2d6fcc..550b8bb2ac 100755 --- a/libraries/avatars/src/AvatarData.h +++ b/libraries/avatars/src/AvatarData.h @@ -117,8 +117,7 @@ const int COLLIDE_WITH_OTHER_AVATARS = 11; // 12th bit const int HAS_HERO_PRIORITY = 12; // 13th bit (be scared) /**jsdoc - *

The pointing state of the hands is specified by the following values: -

+ *

The pointing state of the hands is specified by the following values:

* * *
ValueDescription