Web: use the word "Web" correctly and consistently (#3785)

This commit is contained in:
daxpedda
2024-07-10 16:17:39 +02:00
committed by GitHub
parent 39a7d5b738
commit d5fd8682eb
16 changed files with 71 additions and 66 deletions

View File

@@ -5,7 +5,7 @@ use crate::application::ApplicationHandler;
use crate::error::EventLoopError;
use crate::event::Event;
use crate::event_loop::ActiveEventLoop as RootActiveEventLoop;
use crate::platform::web::{ActiveEventLoopExtWebSys, PollStrategy, WaitUntilStrategy};
use crate::platform::web::{ActiveEventLoopExtWeb, PollStrategy, WaitUntilStrategy};
mod proxy;
pub(crate) mod runner;