Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
attackgoat committed Mar 23, 2024
1 parent 44dd2e8 commit 3c71ed0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frame.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 3c71ed0

Please sign in to comment.