diff --git a/vectorDistance.md b/vectorDistance.md index b24efcc32..90457925a 100644 --- a/vectorDistance.md +++ b/vectorDistance.md @@ -1,6 +1,6 @@ ### VectorDistance -Returns the distance between two points. +Returns the distance between two vectors. Use `Array.prototype.reduce()`,`Math.pow()` and `Math.sqrt()` to calculate the Euclidean distance between two vectors.