From 45679ec98ac5c242baf36b4607d76abc23de07a1 Mon Sep 17 00:00:00 2001 From: askiiart Date: Mon, 2 Dec 2024 10:04:20 -0600 Subject: [PATCH] docs: fix missing thing --- src/notes/notes.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/notes/notes.rs b/src/notes/notes.rs index 63f5396..c5a4e35 100644 --- a/src/notes/notes.rs +++ b/src/notes/notes.rs @@ -1,6 +1,6 @@ //! Notes regarding the usage of torznab-tooolkit, and its implementation of Torznab //! -//! - Please implement whatever attributes for torrents you can whenever possible to improve search results; particularly, `season`, `ep`, and `*id` fields are recommended, besides those listed in [``] +//! - Please implement whatever attributes for torrents you can whenever possible to improve search results; particularly, `season`, `ep`, and `*id` fields are recommended, besides those listed in [`Torrent`] //! - Potential attributes are listed [here](https://torznab.github.io/spec-1.3-draft/torznab/Specification-v1.3.html#predefined-attributes) //! - Because the behavior of `length` is ambiguous, torznab-toolkit just sets it to 0; the size is just specified by the `size` attribute //! - See [here](https://torznab.github.io/spec-1.3-draft/revisions/1.0-Torznab-Torrent-Support.html) for details