Skip to content

Commit

Permalink
Correct typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwinters committed Dec 26, 2017
1 parent a99b929 commit d33e9c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodes.js
Expand Up @@ -79,7 +79,7 @@ const nodeTypes = {
// from sympy.geometry import *
//
// def manhattanDistance(p1, p2):
// return abs(p1."x-p"2.x) + abs(p1."y-p"2.y)
// return abs(p1.x - p2.x) + abs(p1.y - p2.y)
//
// p = Point(x, y)
// p2 = p * (abs(x) + abs(y)) / sqrt(x**2 + y**2)
Expand Down

0 comments on commit d33e9c2

Please sign in to comment.