From b15437b87f4082e7a96a2ba05ed5063a6047cf95 Mon Sep 17 00:00:00 2001 From: Lukas Kalbertodt Date: Thu, 28 Dec 2023 12:52:40 +0100 Subject: [PATCH] Fix typo in docs --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 1761343..64373ca 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,4 +1,4 @@ -//! Glyphon provides a simple way to render 2D text with [wpgu], [cosmic-text] and [etagere]. +//! Glyphon provides a simple way to render 2D text with [wgpu], [cosmic-text] and [etagere]. //! //! [wpgu]: https://github.com/gfx-rs/wgpu //! [cosmic-text]: https://github.com/pop-os/cosmic-text