Fixed typo

This commit is contained in:
Grant Sanderson 2019-03-30 13:22:06 -07:00
parent 9d566de8d1
commit 46711a7e3a

View file

@ -82,7 +82,7 @@ class CoordinateSystem():
)[0],
target=x,
lower_bound=self.x_min,
uplper_bound=self.x_max,
upper_bound=self.x_max,
)
if alpha is not None:
return graph.point_from_proportion(alpha)