Skip to content

Commit 076d5a2

Browse files

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/types.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,8 +233,8 @@ impl SongEntries {
233233

234234
/// Adds search capability
235235
///
236-
/// Use with methods from [Find]: `.artist()`, `.album()`,
237-
/// `.song_from_album()` and `.song()`
236+
/// Use with methods from [Find]: [`.artist()`](Find::artist()), [`.album()`](Find::album()),
237+
/// [`.song_from_album()`](Find::song_from_album()) and [`.song()`](Find::song())
238238
pub fn find(&self) -> Find {
239239
Find(self)
240240
}

0 commit comments

Comments
 (0)