Fix doc comment

This commit is contained in:
Jay Oster 2019-11-06 23:15:28 -08:00
parent d56625577d
commit 98983d201d

View file

@ -127,7 +127,7 @@ fn main() -> Result<(), Error> {
/// # Returns
///
/// 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(
title: &str,
event_loop: &EventLoop<()>,