Skip to content

Commit bd005d8

Browse files
committed
minor edit
1 parent 43f6305 commit bd005d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

glmath.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ return [a[1]*b[2]-a[2]*b[1],
6666
* product equals |<b>a</b>| * |<b>b</b>| * cos &theta;
6767
* where |<b>x</b>| is the length of vector <b>x</b>.)</small>
6868
* <p>A dot product of 0 indicates that the two vectors
69-
* are <i>orthogonal</i> (perpendicular) to each other.
69+
* are <i>orthogonal</i> (perpendicular to each other).
7070
* @param {Array<number>} a The first vector.
7171
* @param {Array<number>} b The second vector.
7272
* @return {number} A number representing the dot product.

0 commit comments

Comments
 (0)