Skip to content

Commit

Permalink
Update boa_engine/src/syntax/ast/statement/labelled.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
jedel1043 authored Oct 21, 2022
1 parent 529f92f commit 23ee311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boa_engine/src/syntax/ast/statement/labelled.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use super::Statement;
///
/// Semantically, a [`Labelled`] statement should only wrap [`Statement`] nodes. However,
/// old ECMAScript implementations supported [labelled function declarations][label-fn] as an extension
/// of the grammar. In the ECMAScript 2015 spec, the production of [`LabelledStatement`] was
/// of the grammar. In the ECMAScript 2015 spec, the production of `LabelledStatement` was
/// modified to include labelled [`Function`]s as a valid node.
///
/// [spec]: https://tc39.es/ecma262/#prod-LabelledItem
Expand Down

0 comments on commit 23ee311

Please sign in to comment.