From 67d5bd4392daaf520fd733aa190dca5fde799470 Mon Sep 17 00:00:00 2001 From: bernsteining <32954876+bernsteining@users.noreply.github.com> Date: Wed, 26 Jul 2023 19:00:13 +0200 Subject: [PATCH] fix(docs): remove duplicate typo (#3111) --- crates/egui-winit/src/clipboard.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/egui-winit/src/clipboard.rs b/crates/egui-winit/src/clipboard.rs index e8041496..71d913db 100644 --- a/crates/egui-winit/src/clipboard.rs +++ b/crates/egui-winit/src/clipboard.rs @@ -3,7 +3,7 @@ use raw_window_handle::HasRawDisplayHandle; /// Handles interfacing with the OS clipboard. /// /// If the "clipboard" feature is off, or we cannot connect to the OS clipboard, -/// then a fallback clipboard that just works works within the same app is used instead. +/// then a fallback clipboard that just works within the same app is used instead. pub struct Clipboard { #[cfg(all(feature = "arboard", not(target_os = "android")))] arboard: Option,