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.
1 parent a399ea6 commit e88e4aaCopy full SHA for e88e4aa
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