@@ -382,7 +382,7 @@ impl<'w, 's, T: GizmoConfigGroup> GizmoPrimitive3d<Cuboid> for Gizmos<'w, 's, T>
382
382
383
383
// cylinder 3d
384
384
385
- /// Builder for configuring the drawing options of [`Cylinder3d `].
385
+ /// Builder for configuring the drawing options of [`Cylinder `].
386
386
pub struct Cylinder3dBuilder < ' a , ' w , ' s , T : GizmoConfigGroup > {
387
387
gizmos : & ' a mut Gizmos < ' w , ' s , T > ,
388
388
@@ -568,7 +568,7 @@ impl<T: GizmoConfigGroup> Drop for Capsule3dBuilder<'_, '_, '_, T> {
568
568
569
569
// cone 3d
570
570
571
- /// Builder for configuring the drawing options of [`Cone3d `].
571
+ /// Builder for configuring the drawing options of [`Cone `].
572
572
pub struct Cone3dBuilder < ' a , ' w , ' s , T : GizmoConfigGroup > {
573
573
gizmos : & ' a mut Gizmos < ' w , ' s , T > ,
574
574
@@ -660,7 +660,7 @@ impl<T: GizmoConfigGroup> Drop for Cone3dBuilder<'_, '_, '_, T> {
660
660
661
661
// conical frustum 3d
662
662
663
- /// Builder for configuring the drawing options of [`ConicalFrustum3d `].
663
+ /// Builder for configuring the drawing options of [`ConicalFrustum `].
664
664
pub struct ConicalFrustum3dBuilder < ' a , ' w , ' s , T : GizmoConfigGroup > {
665
665
gizmos : & ' a mut Gizmos < ' w , ' s , T > ,
666
666
@@ -762,7 +762,7 @@ impl<T: GizmoConfigGroup> Drop for ConicalFrustum3dBuilder<'_, '_, '_, T> {
762
762
763
763
// torus 3d
764
764
765
- /// Builder for configuring the drawing options of [`Torus3d `].
765
+ /// Builder for configuring the drawing options of [`Torus `].
766
766
pub struct Torus3dBuilder < ' a , ' w , ' s , T : GizmoConfigGroup > {
767
767
gizmos : & ' a mut Gizmos < ' w , ' s , T > ,
768
768
0 commit comments