From 2ceee35011e48bbe6570c40169f87dff29a44020 Mon Sep 17 00:00:00 2001 From: grovesNL Date: Fri, 4 Nov 2022 23:46:15 -0230 Subject: [PATCH] Fix typo in "performance" --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index abd6501..84997d1 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -48,7 +48,7 @@ //! // Create a default text color //! let text_color = Color::rgb(0xFF, 0xFF, 0xFF); //! -//! // Draw the buffer (for perfomance, instead use SwashCache directly) +//! // Draw the buffer (for performance, instead use SwashCache directly) //! buffer.draw(&mut swash_cache, text_color, |x, y, w, h, color| { //! // Fill in your code here for drawing rectangles //! });