diff options
author | chuangjinglu <[email protected]> | 2024-11-26 01:35:00 +0800 |
---|---|---|
committer | GitHub <[email protected]> | 2024-11-25 18:35:00 +0100 |
commit | da3701c0cfa5fb0fe505c18c5f210edb2a71aaf9 (patch) | |
tree | 0c86950b5a6a64493c0f41897b8a4d15f6e2a6c3 /src/api/icons.rs | |
parent | 96813b1317122e2e24d42dcad6c08e42548db9e4 (diff) | |
download | vaultwarden-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.rs | 2 |
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)] |