mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-08-07 11:39:08 +00:00
chore: fix some comments (#5224)
Signed-off-by: chuangjinglu <chuangjinglu@outlook.com>
This commit is contained in:
parent
96813b1317
commit
da3701c0cf
5 changed files with 6 additions and 6 deletions
|
@ -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)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue