Skip to content

Commit

Permalink
Remove half-formed thought from docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Dec 31, 2021
1 parent cd944ec commit f851bbe
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions egui/src/context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,6 @@ impl CtxRef {
/// This will modify the internal reference to point to a new generation of [`Context`].
/// Any old clones of this [`CtxRef`] will refer to the old [`Context`], which will not get new input.
///
/// In the future [`Self::run`] may be extended to do multi-pass,
/// i.e. call the application code twice. This will make
///
/// You can alternatively run [`Self::begin_single_pass_frame`] and [`Self::end_single_pass_frame`].
///
/// ``` rust
Expand Down

0 comments on commit f851bbe

Please sign in to comment.