From d6a8fb8e48859750ee36b4d2d6227cac08c6f9cb Mon Sep 17 00:00:00 2001 From: mountdisk Date: Thu, 10 Jul 2025 05:24:29 +0800 Subject: [PATCH] chore: fix some minor issues in the comments (#5998) Signed-off-by: mountdisk --- src/api/icons.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/icons.rs b/src/api/icons.rs index 30539c34..ebb87e07 100644 --- a/src/api/icons.rs +++ b/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. /// 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 /// * `domain` - A string which holds the domain with extension.