Merge pull request #1364 from elect86/patch-2

Typo
This commit is contained in:
erwincoumans
2017-10-07 16:32:40 -07:00
committed by GitHub

View File

@@ -368,7 +368,7 @@ public:
return btAcos(dot(v) / s);
}
/**@brief Return a vector will the absolute values of each element */
/**@brief Return a vector with the absolute values of each element */
SIMD_FORCE_INLINE btVector3 absolute() const
{