Fix doc comment
This commit is contained in:
parent
d56625577d
commit
98983d201d
|
@ -127,7 +127,7 @@ fn main() -> Result<(), Error> {
|
||||||
/// # Returns
|
/// # Returns
|
||||||
///
|
///
|
||||||
/// Tuple of `(window, surface, width, height, hidpi_factor)`
|
/// Tuple of `(window, surface, width, height, hidpi_factor)`
|
||||||
/// `width` and `height` are in `LogicalSize` units.
|
/// `width` and `height` are in `PhysicalSize` units.
|
||||||
fn create_window(
|
fn create_window(
|
||||||
title: &str,
|
title: &str,
|
||||||
event_loop: &EventLoop<()>,
|
event_loop: &EventLoop<()>,
|
||||||
|
|
Loading…
Reference in a new issue