chore: fix some comments (#5224)

Signed-off-by: chuangjinglu <chuangjinglu@outlook.com>
This commit is contained in:
chuangjinglu
2024-11-26 01:35:00 +08:00
committed by GitHub
parent 96813b1317
commit da3701c0cf
5 changed files with 6 additions and 6 deletions

View File

@@ -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)]