Browse Source
chore: fix some minor issues in the comments (#5998)
Signed-off-by: mountdisk <mountdisk@icloud.com>
pull/6046/head
mountdisk
2 weeks ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
src/api/icons.rs
|
@ -338,7 +338,7 @@ struct IconUrlResult { |
|
|
|
|
|
|
|
|
/// Returns a IconUrlResult which holds a Vector IconList and a string which holds the referer.
|
|
|
/// Returns a IconUrlResult which holds a Vector IconList and a string which holds the referer.
|
|
|
/// There will always two items within the iconlist which holds http(s)://domain.tld/favicon.ico.
|
|
|
/// There will always two items within the iconlist which holds http(s)://domain.tld/favicon.ico.
|
|
|
/// This does not mean that that location does exists, but it is the default location browser use.
|
|
|
/// This does not mean that location exists, but (it) is the default location the browser uses.
|
|
|
///
|
|
|
///
|
|
|
/// # Argument
|
|
|
/// # Argument
|
|
|
/// * `domain` - A string which holds the domain with extension.
|
|
|
/// * `domain` - A string which holds the domain with extension.
|
|
|