Unnamed repository; edit this file 'description' to name the repository.
Fix broken intra doc link
| -rw-r--r-- | lib/text-size/src/size.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/text-size/src/size.rs b/lib/text-size/src/size.rs index 234e54d888..e20763f4bc 100644 --- a/lib/text-size/src/size.rs +++ b/lib/text-size/src/size.rs @@ -44,7 +44,7 @@ impl TextSize { /// /// Accepts `char`, `&str`, and references to any custom string-like type /// that dereferences to `str`. Types that don't dereference to `str` but - /// want to be usable in this constructor can implement [`TextSized`]. + /// want to be usable in this constructor can implement [`LenTextSize`]. /// /// # Examples /// |