Skip to content

Commit f8a73ed

Browse files
bors[bot]CAD97
andauthored
Merge #33
33: Fix broken intra doc link r=CAD97 a=CAD97 --- bors: r+ :robot: Co-authored-by: CAD97 <[email protected]>
2 parents a399ea6 + e88e4aa commit f8a73ed

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)