docs(transformer): correct docs for arrow function transform (#5854)

This commit is contained in:
overlookmotel 2024-09-18 13:00:27 +00:00
parent 9f6696a6aa
commit 87706470f4

View file

@ -52,7 +52,7 @@
//! //!
//! ## Implementation //! ## Implementation
//! //!
//! Implementation based on [@babel/plugin-transform-exponentiation-operator](https://babel.dev/docs/babel-plugin-transform-arrow-functions). //! Implementation based on [@babel/plugin-transform-arrow-functions](https://babel.dev/docs/babel-plugin-transform-arrow-functions).
//! //!
//! ## References: //! ## References:
//! //!