We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a399ea6 + e88e4aa commit f8a73edCopy full SHA for f8a73ed
src/size.rs
@@ -44,7 +44,7 @@ impl TextSize {
44
///
45
/// Accepts `char`, `&str`, and references to any custom string-like type
46
/// that dereferences to `str`. Types that don't dereference to `str` but
47
- /// want to be usable in this constructor can implement [`TextSized`].
+ /// want to be usable in this constructor can implement [`LenTextSize`].
48
49
/// # Examples
50
0 commit comments