Skip to content

Commit

Permalink
Update viewport.rs, fix comment typo: "vieweport" -> "viewport" (#3638)
Browse files Browse the repository at this point in the history
No code changes.  Just fixing a typo in a comment.

Closes #3637.
  • Loading branch information
libertyteeth authored Nov 26, 2023
1 parent 23732be commit 6715ed5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/egui/src/viewport.rs
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ pub type ImmediateViewportRendererCallback = dyn for<'a> Fn(&Context, ImmediateV
#[derive(Clone, Debug, Default, Eq, PartialEq)]
#[allow(clippy::option_option)]
pub struct ViewportBuilder {
/// The title of the vieweport.
/// The title of the viewport.
/// `eframe` will use this as the title of the native window.
pub title: Option<String>,

Expand Down

0 comments on commit 6715ed5

Please sign in to comment.