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; }