Update doc comment

This commit is contained in:
Hanno Braun 2022-03-16 15:34:33 +01:00
parent 218dfdbae2
commit f1e23508ae

View File

@ -4,7 +4,7 @@ use crate::{Shape, Shape2d};
#[derive(Clone, Debug)] #[derive(Clone, Debug)]
#[repr(C)] #[repr(C)]
pub enum Shape3d { pub enum Shape3d {
/// The union of two 3-dimensional shapes /// A group of two 3-dimensional shapes
Group(Box<Group>), Group(Box<Group>),
/// A sweep of 2-dimensional shape along the z-axis /// A sweep of 2-dimensional shape along the z-axis