Skip to content

Commit d1112ec

Browse files
committed
Fix docs
1 parent a63580d commit d1112ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/egui/src/context.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1703,7 +1703,7 @@ impl Context {
17031703
/// The [`Style`] used by all new windows, panels etc. in light mode.
17041704
/// Use [`Self::set_theme`] to choose between dark and light mode.
17051705
///
1706-
/// You can also change this using [`Self::dark_style_mut`]
1706+
/// You can also change this using [`Self::light_style_mut`]
17071707
///
17081708
/// You can use [`Ui::style_mut`] to change the style of a single [`Ui`].
17091709
pub fn set_light_style(&self, style: impl Into<std::sync::Arc<crate::Style>>) {

0 commit comments

Comments
 (0)