Skip to content

Commit

Permalink
Correct doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
overlookmotel committed Nov 26, 2024
1 parent 4e5c03e commit 6adfb7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/oxc_traverse/src/context/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ impl<'a> TraverseCtx<'a> {
self.scoping.current_scope_id()
}

/// Get current scope ID.
/// Get current var hoisting scope ID.
///
/// Shortcut for `ctx.scoping.current_hoist_scope_id`.
#[inline]
Expand Down

0 comments on commit 6adfb7f

Please sign in to comment.