From 3c71ed0d29a9d2b8f94fc4b573224a98360db4e0 Mon Sep 17 00:00:00 2001 From: John Wells Date: Sat, 23 Mar 2024 12:37:27 -0400 Subject: [PATCH] Update docs --- src/frame.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frame.rs b/src/frame.rs index d553648..2a25de9 100644 --- a/src/frame.rs +++ b/src/frame.rs @@ -54,7 +54,7 @@ pub struct FrameContext<'a> { } impl FrameContext<'_> { - /// Causes the program to exit after rendering this frame. + /// Causes the program to exit before displaying the current frame. pub fn exit(&mut self) { *self.will_exit = true; }