Improve wording in comment

This commit is contained in:
Hanno Braun 2023-02-16 12:57:54 +01:00
parent a02f31cb11
commit 521f1ab550

View File

@ -27,7 +27,7 @@ impl Arc {
let p0 = p0.into();
let p1 = p1.into();
// This is an implementation of this solution:
// This is an adaptation of this:
// https://math.stackexchange.com/a/87374
let distance_between_endpoints = (p1 - p0).magnitude();