Skip to content

Commit 0368060

Browse files
authored
remove incorrect comment from api (#908)
1 parent b1db9c0 commit 0368060

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

modeling-cmds/src/def_enum.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,7 @@ define_modeling_cmd_enum! {
123123
/// If so, this specifies its distance.
124124
#[serde(default)]
125125
pub opposite: Opposite<LengthUnit>,
126-
/// Should the extrusion create a new object or be part of the existing object. If a
127-
/// new object is created, the command id will be the id of the newly created object.
126+
/// Should the extrusion create a new object or be part of the existing object.
128127
#[serde(default)]
129128
pub extrude_method: ExtrudeMethod,
130129
}

0 commit comments

Comments
 (0)