Skip to content

Commit

Permalink
Merge pull request #171 from jayvdb/fix-spelling
Browse files Browse the repository at this point in the history
Fix spelling
  • Loading branch information
MiSawa authored Jan 15, 2024
2 parents 0dca6d6 + 4a3df89 commit 682c35a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/lang/src/ast.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ pub enum ObjectBindPatternEntry {
pub enum BindPattern {
/// `<variable>`
Variable(Identifier),
/// `'[' <patten> (',' <pattern>)* ']'`
/// `'[' <pattern> (',' <pattern>)* ']'`
Array(Vec<BindPattern>),
/// `'{' <object pattern elem> (',' <object pattern elem>)* '}'`
Object(Vec<ObjectBindPatternEntry>),
Expand Down

0 comments on commit 682c35a

Please sign in to comment.