Fix broken intra doc link

This commit is contained in:
CAD97
2020-03-25 20:05:18 -04:00
parent 8c3d31f4f2
commit cda9765cae

View File

@@ -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
///