1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-30 05:10:03 -04:00

Improve docs

This commit is contained in:
Emil Ernerfeldt
2021-08-23 21:47:00 +02:00
parent 5d0e348777
commit ffbd094f53
4 changed files with 33 additions and 16 deletions

View File

@@ -237,7 +237,7 @@ impl<'a> Frame<'a> {
}
/// Signal the app to stop/exit/quit the app (only works for native apps, not web apps).
/// The framework will NOT quick immediately, but at the end of the this frame.
/// The framework will not quit immediately, but at the end of the this frame.
pub fn quit(&mut self) {
self.0.output.quit = true;
}