Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

Commit

Permalink
fix: update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
nissy-dev committed Aug 6, 2023
1 parent 5b380f8 commit 70ac09f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crates/rome_js_parser/src/syntax/stmt.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1171,8 +1171,7 @@ pub(super) enum VariableDeclarationParent {
Clause,
}

/// Parses a variable declaration that consist of a variable kind (`let`, `const`, `using` or `var` and a list
/// of variable declarators).
/// Parses and consume variable declarations like `var`/`let`/`const`/`using`/`await using`.
/// Returns a tuple where
/// * the first element is the marker to the not yet completed list
/// * the second element is the range of all variable declarations except the first one. Is [None] if
Expand Down

0 comments on commit 70ac09f

Please sign in to comment.