Skip to content

Commit

Permalink
Fixed a doc link
Browse files Browse the repository at this point in the history
  • Loading branch information
Razican authored and jedel1043 committed Feb 1, 2023
1 parent 92c1c41 commit 76ebebe
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions boa_ast/src/module_item_list/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,9 @@ where

/// Module item AST node.
///
/// This is an extension over a [`StatementList`], which can also include multiple
/// [`ImportDeclaration`] and [`ExportDeclaration`] nodes.
/// This is an extension over a [`StatementList`](crate::StatementList), which can also include
/// multiple [`ImportDeclaration`] and [`ExportDeclaration`] nodes, along with
/// [`StatementListItem`] nodes.
///
/// More information:
/// - [ECMAScript specification][spec]
Expand Down

0 comments on commit 76ebebe

Please sign in to comment.