Skip to content

Commit

Permalink
Fix object doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jedel1043 committed Oct 9, 2022
1 parent b952be4 commit c4d61c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion boa_engine/src/object/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
//! This module implements the Rust representation of a JavaScript object, see object::[builtins] for implementors.
//! This module implements the Rust representation of a JavaScript object,
//! see [`object::builtins`][builtins] for implementors.
//!
//! This module also provides helper objects for working with JavaScript objects.

Expand Down

0 comments on commit c4d61c7

Please sign in to comment.