Skip to content

Commit

Permalink
fix: [#615] fix unfinished comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mario-nt committed Aug 3, 2024
1 parent d56d66c commit f264e75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/services/torrent.rs
Original file line number Diff line number Diff line change
Expand Up @@ -548,11 +548,11 @@ impl Index {
Ok(torrent_response)
}

/// It returns the canonical info-hash.
/// Returns the canonical info-hash.
///
/// # Errors
///
/// Returns an error if the user is not is there was a problem with the database.
/// Returns an error if the user is not authorized or if there is a problem with the database.
pub async fn get_canonical_info_hash(
&self,
info_hash: &InfoHash,
Expand Down

0 comments on commit f264e75

Please sign in to comment.