Skip to content

Commit

Permalink
docs(formatter): fix rustdoc example (biomejs#1604)
Browse files Browse the repository at this point in the history
  • Loading branch information
SpanishPear authored and ematipico committed Jan 24, 2024
1 parent f9c92e1 commit 3e04fd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/biome_formatter/src/comments.rs
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ impl<L: Language> DecoratedComment<L> {
/// and the token.
///
/// ```ignore
/// a /* comment */ /* other b */
/// a /* comment */ /* other */ b
/// ```
///
/// The `following_token` for both comments is `b` because it's the token coming after the comments.
Expand Down

0 comments on commit 3e04fd8

Please sign in to comment.