chore: fix typos causing dead links

This commit is contained in:
sachharine 2025-10-07 11:25:41 +01:00 committed by GitHub
parent b811e9d878
commit ffcdf80192
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 6 deletions

View file

@ -125,7 +125,7 @@ pub trait EventLoopExtX11 {
fn is_x11(&self) -> bool;
}
/// Additional methods on [`EventLoopBuilder`] that are specific to X11.
/// Additional methods when building event loop that are specific to X11.
pub trait EventLoopBuilderExtX11 {
/// Force using X11.
fn with_x11(&mut self) -> &mut Self;