From 9f6e4f04911768f3afb19df393b8d680003d3660 Mon Sep 17 00:00:00 2001 From: Jonathan Puckey Date: Fri, 3 Jun 2011 22:30:06 +0200 Subject: [PATCH] Point docs: rename Vectorial Math Functions grouptitle to Vector Math Functions. --- src/basic/Point.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/basic/Point.js b/src/basic/Point.js index 9f716905..3bc63e12 100644 --- a/src/basic/Point.js +++ b/src/basic/Point.js @@ -702,7 +702,7 @@ var Point = this.Point = Base.extend({ }, /** - * {@grouptitle Vectorial Math Functions} + * {@grouptitle Vector Math Functions} * Returns the dot product of the point and another point. * * @param {Point} point