mirror of
https://github.com/emilk/egui.git
synced 2026-06-26 22:53:14 -04:00
fix(docs): remove duplicate typo (#3111)
This commit is contained in:
@@ -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<arboard::Clipboard>,
|
||||
|
||||
Reference in New Issue
Block a user