Skip to content

Commit

Permalink
add missing . in docstring
Browse files Browse the repository at this point in the history
Co-authored-by: Emil Ernerfeldt <[email protected]>
  • Loading branch information
frederik-uni and emilk authored Oct 23, 2024
1 parent 791cf7d commit 6ffc340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/egui/src/context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1777,7 +1777,7 @@ impl Context {
/// but you can call this to install additional fonts that support e.g. korean characters.
///
/// The new font will become active at the start of the next pass.
/// This will keep the existing fonts
/// This will keep the existing fonts.
pub fn add_font(&self, new_font: FontInsert) {
crate::profile_function!();

Expand Down

0 comments on commit 6ffc340

Please sign in to comment.