Skip to content

Commit

Permalink
docs: dom binding link fixes (#31311)
Browse files Browse the repository at this point in the history
  • Loading branch information
rathod-sahaab committed Feb 11, 2024
1 parent cdafaa5 commit c367309
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions components/script/dom/bindings/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,11 @@
//! trait is then implemented for `Foo`. (All methods take an `&self`
//! parameter, as pointers to DOM objects can be freely aliased.)
//!
//! The return type and argument types are determined [as described below]
//! (#rust-reflections-of-webidl-types).
//! In addition to those, all methods that are [allowed to throw]
//! (#throwing-exceptions) will have the return value wrapped in
//! The return type and argument types are determined
//! [as described below](#rust-reflections-of-webidl-types).
//! In addition to those, all methods that are
//! [allowed to throw](#throwing-exceptions)
//! will have the return value wrapped in
//! [`Fallible<T>`](error/type.Fallible.html).
//! Methods that use certain WebIDL types like `any` or `object` will get a
//! `*mut JSContext` argument prepended to the argument list. Static methods
Expand Down

0 comments on commit c367309

Please sign in to comment.