chore (backend-rs): address cargo doc warning

This commit is contained in:
naskya 2024-05-27 00:07:54 +09:00 committed by Eana Hufwe
parent 575ccd0e29
commit a0c31ddd47

View file

@ -13,7 +13,7 @@ pub struct NoteLike {
pub reply_id: Option<String>,
}
/// Returns [Vec<String>] containing the post text, content warning,
/// Returns [`Vec<String>`] containing the post text, content warning,
/// those of the "parent" (replied/quoted) posts, and alt texts of attached files.
///
/// ## Arguments