Fix whitespace.

This commit is contained in:
Robin KAY 2022-11-22 22:37:29 +00:00
parent 055a5115dd
commit fd5cfd0a1c
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
//! components, including the required [`ComputedOutlineDepth`] component. Optionally, the //! components, including the required [`ComputedOutlineDepth`] component. Optionally, the
//! [`SetOutlineDepth`] and [`InheritOutlineDepth`] components may also be added to control the //! [`SetOutlineDepth`] and [`InheritOutlineDepth`] components may also be added to control the
//! depth ordering of outlines. //! depth ordering of outlines.
//! //!
//! Vertex extrusion works best with meshes that have smooth surfaces. To avoid visual //! Vertex extrusion works best with meshes that have smooth surfaces. To avoid visual
//! artefacts when outlining meshes with hard edges, see the //! artefacts when outlining meshes with hard edges, see the
//! [`OutlineMeshExt::generate_outline_normals`] function and the //! [`OutlineMeshExt::generate_outline_normals`] function and the