wtf unicode dash

This commit is contained in:
Michael Zhang 2023-01-31 01:49:56 -06:00
parent 000000700e
commit 0000008083

View file

@ -74,7 +74,7 @@ mod tests {
let point = ray_intersection_time(&ray, &sphere).map(|t| ray.eval(t));
// the intersection point in this case is (0, 0, 6)
// the intersection point in this case is (0, 0, -6)
assert_eq!(point, Some(Vec3::new(0.0, 0.0, -6.0)));
}