diff --git a/lyric_finder/src/lib.rs b/lyric_finder/src/lib.rs index 0f05ae00..7d8db3ea 100644 --- a/lyric_finder/src/lib.rs +++ b/lyric_finder/src/lib.rs @@ -1,6 +1,6 @@ //! # lyric_finder //! -//! This crate provides a [`Client`](Client) struct for retrieving a song's lyric. +//! This crate provides a [`Client`] struct for retrieving a song's lyric. //! //! It ultilizes the [Genius](https://genius.com) website and its APIs to get lyric data. //!