mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-06 02:48:27 +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>> {
|
||||
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(
|
||||
|
Loading…
Reference in New Issue
Block a user