From fd5cfd0a1cb6d559e1281d49b9d67b8bd002070c Mon Sep 17 00:00:00 2001 From: Robin KAY Date: Tue, 22 Nov 2022 22:37:29 +0000 Subject: [PATCH] Fix whitespace. --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 1e8c7c8..af88eea 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -14,7 +14,7 @@ //! components, including the required [`ComputedOutlineDepth`] component. Optionally, the //! [`SetOutlineDepth`] and [`InheritOutlineDepth`] components may also be added to control the //! depth ordering of outlines. -//! +//! //! Vertex extrusion works best with meshes that have smooth surfaces. To avoid visual //! artefacts when outlining meshes with hard edges, see the //! [`OutlineMeshExt::generate_outline_normals`] function and the