mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-09 20:38:30 +00:00
Add missing word to panic message
This commit is contained in:
parent
c2b87ca1ca
commit
6a6448070b
@ -77,7 +77,7 @@ fn approx_curve(
|
|||||||
}
|
}
|
||||||
|
|
||||||
fn approx_circle_on_curved_surface() -> Vec<ApproxPoint<1>> {
|
fn approx_circle_on_curved_surface() -> Vec<ApproxPoint<1>> {
|
||||||
todo!("Approximating a circle on a curved surface not supported yet.")
|
todo!("Approximating a circle on a curved surface is not supported yet.")
|
||||||
}
|
}
|
||||||
|
|
||||||
fn approx_circle_on_straight_surface(
|
fn approx_circle_on_straight_surface(
|
||||||
|
Loading…
Reference in New Issue
Block a user