diff --git a/src/shape/ball.rs b/src/shape/ball.rs index 737115b2..7313f271 100644 --- a/src/shape/ball.rs +++ b/src/shape/ball.rs @@ -22,7 +22,7 @@ pub struct Ball { } impl Ball { - /// Creates a new ball from its radius and center. + /// Creates a new ball with the given radius. #[inline] pub fn new(radius: Real) -> Ball { Ball { radius }