Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
konkitoman committed Nov 7, 2023
1 parent 645521b commit 522cfb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/egui/src/context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2526,7 +2526,7 @@ impl Context {
}

/// If `true`, [`Self::create_viewport_async`] and [`Self::create_viewport_sync`] will
/// embed the new viewports as [`egui::Window`]s instead of spawning a new native window.
/// embed the new viewports as [`crate::Window`]s instead of spawning a new native window.
///
/// `eframe` sets this to `false` on supported platforms,
/// but the default value is `true`.
Expand All @@ -2535,7 +2535,7 @@ impl Context {
}

/// If `true`, [`Self::create_viewport_async`] and [`Self::create_viewport_sync`] will
/// embed the new viewports as [`egui::Window`]s instead of spawning a new native window.
/// embed the new viewports as [`crate::Window`]s instead of spawning a new native window.
///
/// `eframe` sets this to `false` on supported platforms,
/// but the default value is `true`.
Expand Down

0 comments on commit 522cfb5

Please sign in to comment.