From 36fd2f423de0e55edf28f4f610f8896f790c46dc Mon Sep 17 00:00:00 2001 From: "Spencer C. Imbleau" Date: Thu, 8 Feb 2024 12:26:10 -0500 Subject: [PATCH] docs: fullstop --- integrations/vello_svg/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrations/vello_svg/src/lib.rs b/integrations/vello_svg/src/lib.rs index 563f275a6..0adf6e23d 100644 --- a/integrations/vello_svg/src/lib.rs +++ b/integrations/vello_svg/src/lib.rs @@ -47,7 +47,7 @@ pub use vello; pub use usvg; /// Append a [`usvg::Tree`] into a Vello [`SceneBuilder`], with default error -/// handling This will draw a red box over (some) unsupported elements +/// handling. This will draw a red box over (some) unsupported elements /// /// Calls [`render_tree_with`] with an error handler implementing the above. ///