Fix rustdoc errors in components/script/dom (#31617)

* Fix rustdoc errors in components/script/dom

* Revert if to iff in audiobuffer.rs
This commit is contained in:
Mucha Naibei 2024-03-12 01:04:05 +03:00 committed by GitHub
parent 45344dca2b
commit d1fd8d55ab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View file

@ -135,7 +135,7 @@ pub trait DomObjectWrap: Sized + DomObject {
/// A trait to provide a function pointer to wrap function for
/// DOM iterator interfaces.
pub trait DomObjectIteratorWrap: DomObjectWrap + JSTraceable + Iterable {
/// Function pointer to the wrap function for IterableIterator<T>
/// Function pointer to the wrap function for `IterableIterator<T>`
const ITER_WRAP: unsafe fn(
JSContext,
&GlobalScope,