Skip to content

Commit

Permalink
fix scoping in doc comments
Browse files Browse the repository at this point in the history
  • Loading branch information
beeryt committed Mar 17, 2023
1 parent aecb69c commit b2a04ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_winit/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#![warn(missing_docs)]
//! `bevy_winit` provides utilities to handle window creation and the eventloop through [`winit`]
//!
//! Most commonly, the [`WinitPlugin`] is used as part of [`DefaultPlugins`](crate::bevy::DefaultPlugins).
//! Most commonly, the [`WinitPlugin`] is used as part of [`DefaultPlugins`](bevy_internal::DefaultPlugins).
//! The app's [runner](bevy_app::App::runner) is set by `WinitPlugin` and handles the `winit` [`EventLoop`](winit::event_loop::EventLoop).
//! See `winit_runner` for details.

Expand Down

0 comments on commit b2a04ad

Please sign in to comment.