Skip to content

Commit 7db8797

Browse files
committed
Fix typo
1 parent da04339 commit 7db8797

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/epaint/src/shadow.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ pub struct Shadow {
1111
/// Move the shadow by this much.
1212
///
1313
/// For instance, a value of `[1.0, 2.0]` will move the shadow 1 point to the right and 2 points down,
14-
/// causing a drop-shadow effet.
14+
/// causing a drop-shadow effect.
1515
pub offset: Vec2,
1616

1717
/// The width of the blur, i.e. the width of the fuzzy penumbra.

0 commit comments

Comments
 (0)