1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-02 06:40:06 -04:00

CI: use latest typos (#7595)

This commit is contained in:
Emil Ernerfeldt
2025-10-07 14:12:30 +02:00
committed by GitHub
parent 30277233ce
commit 0281b95bd9
4 changed files with 4 additions and 4 deletions

View File

@@ -1193,7 +1193,7 @@ pub struct ViewportOutput {
/// since those don't result in real viewports.
pub class: ViewportClass,
/// The window attrbiutes such as title, position, size, etc.
/// The window attributes such as title, position, size, etc.
///
/// Use this when first constructing the native window.
/// Also check for changes in it using [`ViewportBuilder::patch`],