Skip to content

Commit

Permalink
[CORE] Fix Doc Warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Bwc9876 committed Jul 20, 2023
1 parent df8a3bc commit cff5856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion owmods_core/src/db/remote.rs
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ impl RemoteDatabase {
///
/// ## Returns
///
/// A Vec<String> of tags sorted by the amount of times they appear in the database (highest -> lowest)
/// A `Vec<String>` of tags sorted by the amount of times they appear in the database (highest -> lowest)
///
pub fn get_tags(&self) -> Vec<String> {
let mut tags: Vec<String> = self
Expand Down

0 comments on commit cff5856

Please sign in to comment.