diff options
author | Aarya Khandelwal <119049564+Aaryakhandelwal@users.noreply.github.com> | 2024-03-08 17:58:06 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-08 12:28:06 +0000 |
commit | dd6c929cc6baaea4a385c8c2cc5dc5f3236e8c06 (patch) | |
tree | 83c720b9f62d7b03b7d59fb257a0e03982a53864 /components/shared/embedder/lib.rs | |
parent | 6b5a5147f8ce927fc8765e0ab5b447faa8744cd4 (diff) | |
download | servo-dd6c929cc6baaea4a385c8c2cc5dc5f3236e8c06.tar.gz servo-dd6c929cc6baaea4a385c8c2cc5dc5f3236e8c06.zip |
Fix rustdoc errors in `components/shared` (#31582)
* Fixed error in documentation in components>shared>embedder>lib.rs
* fixed documentation warning in compoenents>shared>net>request.rs
* Fixed the documentation (URL issue) in components>shared>script>lib.rs
Diffstat (limited to 'components/shared/embedder/lib.rs')
-rw-r--r-- | components/shared/embedder/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/shared/embedder/lib.rs b/components/shared/embedder/lib.rs index a03993359c4..da6eca45291 100644 --- a/components/shared/embedder/lib.rs +++ b/components/shared/embedder/lib.rs @@ -176,7 +176,7 @@ pub enum EmbedderMsg { SetCursor(Cursor), /// A favicon was detected NewFavicon(ServoUrl), - /// <head> tag finished parsing + /// `<head>` tag finished parsing HeadParsed, /// The history state has changed. HistoryChanged(Vec<ServoUrl>, usize), |