Skip to content

Commit

Permalink
docs(transformer): correct typos and reformat doc comments (#6758)
Browse files Browse the repository at this point in the history
  • Loading branch information
overlookmotel committed Oct 22, 2024
1 parent e8d3d8b commit ab03535
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion crates/oxc_transformer/src/es2019/optional_catch_binding.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
//! ES2019: Optional Catch Binding
//!
//! This plugin transform catch clause without parameter to add a parameter called `unused` in catch clause.
//! This plugin transforms catch clause without parameter to add a parameter
//! called `unused` in catch clause.
//!
//! > This plugin is included in `preset-env`, in ES2019
//!
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
//! ES2021: Logical Assignment Operators
//!
//! This plugin transform logical assignment operators `&&=`, `||=`, and `??=` to a series of logical expressions.
//! This plugin transforms logical assignment operators (`&&=`, `||=`, `??=`)
//! to a series of logical expressions.
//!
//! > This plugin is included in `preset-env`, in ES2021
//!
Expand Down

0 comments on commit ab03535

Please sign in to comment.