Skip to content

Commit

Permalink
chore: fix typo (#889)
Browse files Browse the repository at this point in the history
  • Loading branch information
mysteryven committed Sep 10, 2023
1 parent 9c46e7e commit 7a9f821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/oxc_syntax/src/module_record.rs
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ impl ImportImportName {
}
}

/// [`ExportEntry`](https://tc39.es/ecma262/#importentry-record)
/// [`ExportEntry`](https://tc39.es/ecma262/#exportentry-record)
#[derive(Debug, Default, Clone, PartialEq, Eq)]
pub struct ExportEntry {
/// Span for the entire export entry
Expand Down

0 comments on commit 7a9f821

Please sign in to comment.