1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-01 14:20:04 -04:00

Typos and doc improvements

This commit is contained in:
Emil Ernerfeldt
2023-12-22 17:33:01 +01:00
parent 0561fcaba9
commit ffcc3f066c
3 changed files with 8 additions and 4 deletions

View File

@@ -581,7 +581,7 @@ impl std::str::FromStr for Renderer {
/// Represents the surroundings of your app.
///
/// It provides methods to inspect the surroundings (are we on the web?),
/// allocate textures, and change settings (e.g. window size).
/// access to persistent storage, and access to the rendering backend.
pub struct Frame {
/// Information about the integration.
pub(crate) info: IntegrationInfo,