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
3 changed files with 6 additions and 6 deletions

View File

@@ -61,7 +61,7 @@ pub trait EventLoopExtWayland {
fn is_wayland(&self) -> bool;
}
/// Additional methods on [`EventLoopBuilder`] that are specific to Wayland.
/// Additional methods when building event loop that are specific to Wayland.
pub trait EventLoopBuilderExtWayland {
/// Force using Wayland.
fn with_wayland(&mut self) -> &mut Self;