mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Codegen: Fix typo in doc (#37777)
Fix typo. Testing: No. Signed-off-by: Euclid Ye <yezhizhenjiakang@gmail.com>
This commit is contained in:
parent
9a0f2be162
commit
78cd770697
2 changed files with 3 additions and 3 deletions
|
@ -32,7 +32,7 @@
|
|||
//! for a static members and instance methods for regular members).
|
||||
//!
|
||||
//! The instance methods for an interface `Foo` are defined on a
|
||||
//! `dom::bindings::codegen::Bindings::FooBindings::FooMethods` trait. This
|
||||
//! `dom::bindings::codegen::Bindings::FooBinding::FooMethods` trait. This
|
||||
//! trait is then implemented for `Foo`. (All methods take an `&self`
|
||||
//! parameter, as pointers to DOM objects can be freely aliased.)
|
||||
//!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue