mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2025-01-10 05:01:31 +11:00
Fix typos on Web (#2933)
This commit is contained in:
parent
81fd39485f
commit
96c0b267e2
|
@ -129,7 +129,7 @@ pub enum Event<'a, T: 'static> {
|
||||||
///
|
///
|
||||||
/// On Web, the `Suspended` event is emitted in response to a [`pagehide`] event
|
/// On Web, the `Suspended` event is emitted in response to a [`pagehide`] event
|
||||||
/// with the property [`persisted`] being true, which means that the page is being
|
/// with the property [`persisted`] being true, which means that the page is being
|
||||||
/// put in the [´bfcache`] (back/forward cache) - an in-memory cache that stores a
|
/// put in the [`bfcache`] (back/forward cache) - an in-memory cache that stores a
|
||||||
/// complete snapshot of a page (including the JavaScript heap) as the user is
|
/// complete snapshot of a page (including the JavaScript heap) as the user is
|
||||||
/// navigating away.
|
/// navigating away.
|
||||||
///
|
///
|
||||||
|
@ -195,7 +195,7 @@ pub enum Event<'a, T: 'static> {
|
||||||
///
|
///
|
||||||
/// On Web, the `Resumed` event is emitted in response to a [`pageshow`] event
|
/// On Web, the `Resumed` event is emitted in response to a [`pageshow`] event
|
||||||
/// with the property [`persisted`] being true, which means that the page is being
|
/// with the property [`persisted`] being true, which means that the page is being
|
||||||
/// restored from the [´bfcache`] (back/forward cache) - an in-memory cache that
|
/// restored from the [`bfcache`] (back/forward cache) - an in-memory cache that
|
||||||
/// stores a complete snapshot of a page (including the JavaScript heap) as the
|
/// stores a complete snapshot of a page (including the JavaScript heap) as the
|
||||||
/// user is navigating away.
|
/// user is navigating away.
|
||||||
///
|
///
|
||||||
|
|
Loading…
Reference in a new issue