diff options
author | Martin Robinson <mrobinson@igalia.com> | 2024-12-29 11:37:57 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-29 10:37:57 +0000 |
commit | 93ae8d22fce54bdff06bdc96ef089307fcc997ab (patch) | |
tree | 11e7f3d7da04c957e150d4e1f552b6ebd182a98e /components/script/iframe_collection.rs | |
parent | 3aa9e00e4e25242f8dd9f6200915df081c0b3f8a (diff) | |
download | servo-93ae8d22fce54bdff06bdc96ef089307fcc997ab.tar.gz servo-93ae8d22fce54bdff06bdc96ef089307fcc997ab.zip |
Correct a variety of documentation issues (#34786)
Fix some warnings in documentation as well as some faulty documentation
introduced in #34776.
Signed-off-by: Martin Robinson <mrobinson@igalia.com>
Diffstat (limited to 'components/script/iframe_collection.rs')
-rw-r--r-- | components/script/iframe_collection.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/iframe_collection.rs b/components/script/iframe_collection.rs index 08e1b326ced..d489a4355e7 100644 --- a/components/script/iframe_collection.rs +++ b/components/script/iframe_collection.rs @@ -109,7 +109,7 @@ impl IFrameCollection { } /// Update the recorded iframe sizes of the contents of layout. Return a - /// [`Vec<IFrameSizeMsg`] containing the messages to send to the `Constellation`. A + /// [`Vec<IFrameSizeMsg>`] containing the messages to send to the `Constellation`. A /// message is only sent when the size actually changes. pub(crate) fn handle_new_iframe_sizes_after_layout( &mut self, |