Skip to content

Commit 936983b

Browse files
Update crates/oxc_semantic/src/lib.rs
Co-authored-by: Copilot <[email protected]> Signed-off-by: IWANABETHATGUY <[email protected]>
1 parent 161f98a commit 936983b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/oxc_semantic/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ impl<'a> Semantic<'a> {
109109
self.scoping
110110
}
111111

112-
/// Extract [`Scoping`] from [`ConstEnumTable`].
112+
/// Extract [`Scoping`] and [`ConstEnumTable`] from [`Semantic`].
113113
pub fn into_scoping_and_const_enum_table(self) -> (Scoping, ConstEnumTable) {
114114
(self.scoping, self.const_enums)
115115
}

0 commit comments

Comments
 (0)