1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-31 22:00:03 -04:00

fix(docs): remove duplicate typo (#3111)

This commit is contained in:
bernsteining
2023-07-26 19:00:13 +02:00
committed by GitHub
parent beb2ecf7e4
commit 67d5bd4392

View File

@@ -3,7 +3,7 @@ use raw_window_handle::HasRawDisplayHandle;
/// Handles interfacing with the OS clipboard. /// Handles interfacing with the OS clipboard.
/// ///
/// If the "clipboard" feature is off, or we cannot connect to 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 { pub struct Clipboard {
#[cfg(all(feature = "arboard", not(target_os = "android")))] #[cfg(all(feature = "arboard", not(target_os = "android")))]
arboard: Option<arboard::Clipboard>, arboard: Option<arboard::Clipboard>,