Skip to content

Commit 28b82e9

Browse files
authored
fix: Fix link in ActionData::ScrollHint documentation (#598)
1 parent f87db98 commit 28b82e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2687,7 +2687,7 @@ pub enum ActionData {
26872687
Value(Box<str>),
26882688
NumericValue(f64),
26892689
ScrollUnit(ScrollUnit),
2690-
/// Optional suggestion for [`ActionData::ScrollIntoView`], specifying
2690+
/// Optional suggestion for [`Action::ScrollIntoView`], specifying
26912691
/// the preferred position of the target node relative to the scrollable
26922692
/// container's viewport.
26932693
ScrollHint(ScrollHint),

0 commit comments

Comments
 (0)