chore (backend-rs): shorten doc link text

This commit is contained in:
naskya 2024-06-09 21:29:41 +09:00
parent db8f10090a
commit 37f9078606
No known key found for this signature in database
GPG key ID: 712D413B3A9FED5C

View file

@ -31,7 +31,7 @@ pub fn summarize_impl(
///
/// # Arguments
///
/// * `note_like` : a note ([`crate::model::entity::note::Model`])-like instance containing
/// * `note_like` : a note ([`note::Model`](crate::model::entity::note::Model))-like instance containing
/// `file_ids`, `text`, `cw`, `has_poll` fields
///
/// # Caveats