Skip to content

Commit

Permalink
Fix incorrect docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Jan 3, 2025
1 parent d3c923d commit 4588715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/egui/src/containers/frame.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use epaint::{Color32, Margin, Marginf, Rect, Rounding, Shadow, Shape, Stroke};
///
/// ## Definitions
/// The total (outer) size of a frame is
/// `content_size + inner_margin + stroke.width + outer_margin`.
/// `content_size + inner_margin + 2 * stroke.width + outer_margin`.
///
/// Everything within the stroke is filled with the fill color (if any).
///
Expand Down

0 comments on commit 4588715

Please sign in to comment.