aboutsummaryrefslogtreecommitdiff
path: root/src/api/icons.rs
diff options
context:
space:
mode:
authorchuangjinglu <[email protected]>2024-11-26 01:35:00 +0800
committerGitHub <[email protected]>2024-11-25 18:35:00 +0100
commitda3701c0cfa5fb0fe505c18c5f210edb2a71aaf9 (patch)
tree0c86950b5a6a64493c0f41897b8a4d15f6e2a6c3 /src/api/icons.rs
parent96813b1317122e2e24d42dcad6c08e42548db9e4 (diff)
downloadvaultwarden-da3701c0cfa5fb0fe505c18c5f210edb2a71aaf9.tar.gz
vaultwarden-da3701c0cfa5fb0fe505c18c5f210edb2a71aaf9.zip
chore: fix some comments (#5224)
Signed-off-by: chuangjinglu <[email protected]>
Diffstat (limited to 'src/api/icons.rs')
-rw-r--r--src/api/icons.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api/icons.rs b/src/api/icons.rs
index 6afbaa9f..ebcace6d 100644
--- a/src/api/icons.rs
+++ b/src/api/icons.rs
@@ -662,7 +662,7 @@ impl reqwest::cookie::CookieStore for Jar {
/// The FaviconEmitter is using an optimized version of the DefaultEmitter.
/// This prevents emitting tags like comments, doctype and also strings between the tags.
/// But it will also only emit the tags we need and only if they have the correct attributes
-/// Therefor parsing the HTML content is faster.
+/// Therefore parsing the HTML content is faster.
use std::collections::BTreeMap;
#[derive(Default)]