diff --git a/src/window.rs b/src/window.rs index 10fbce45..22c9f23b 100644 --- a/src/window.rs +++ b/src/window.rs @@ -71,7 +71,7 @@ pub struct WindowBuilder { /// The attributes to use to create the window. pub window: WindowAttributes, - // Platform-specific configuration. Private. + // Platform-specific configuration. pub(crate) platform_specific: platform_impl::PlatformSpecificWindowBuilderAttributes, }