Skip to content

Commit e88e4aa

Browse files
committed
Fix broken intra doc link
1 parent a399ea6 commit e88e4aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/size.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ impl TextSize {
4444
///
4545
/// Accepts `char`, `&str`, and references to any custom string-like type
4646
/// that dereferences to `str`. Types that don't dereference to `str` but
47-
/// want to be usable in this constructor can implement [`TextSized`].
47+
/// want to be usable in this constructor can implement [`LenTextSize`].
4848
///
4949
/// # Examples
5050
///

0 commit comments

Comments
 (0)