diff --git a/js/Quaternion.js b/js/Quaternion.js index 8e9913d..209a8e8 100644 --- a/js/Quaternion.js +++ b/js/Quaternion.js @@ -3,7 +3,7 @@ /** * Quaternion, see http://en.wikipedia.org/wiki/Quaternion * - * TODO #95 convert from JME-style parametrization into classical mathematical description? + * TODO #96 convert from JME-style parametrization into classical mathematical description? * * @author Jonathan Olson */