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

Commit

Permalink
Fix doclink
Browse files Browse the repository at this point in the history
  • Loading branch information
Micha Reiser committed Aug 18, 2022
1 parent 9794ac7 commit 9823c4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/rome_js_formatter/src/utils/member_chain/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
///! `something()()().then()`;
///! 2. as many as [rome_js_syntax::JsComputedMemberExpression] we can find, this cover cases like
///! `something()()[1][3].then()`;
///! 3. as many as consecutive [rome_js_syntax::JsStaticMemberExpression] or [rome_js_syntax::JsComputedExpression], this cover cases like
///! 3. as many as consecutive [rome_js_syntax::JsStaticMemberExpression] or [rome_js_syntax::JsComputedMemberExpression], this cover cases like
///! `this.items[0].then()`
///!
///! The rest of the groups are essentially a sequence of `[StaticMemberExpression , CallExpression]`.
Expand Down

0 comments on commit 9823c4b

Please sign in to comment.