Skip to content

Commit

Permalink
semicolons
Browse files Browse the repository at this point in the history
  • Loading branch information
mrazauskas committed Sep 14, 2024
1 parent 6d10081 commit 97fd622
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ declare_lint_rule! {
/// ### syntax
///
/// The syntax to use:
/// - `generic`, array declarations will be converted to `Array<T>` or `ReadonlyArray<T>`
/// - `shorthand`, array declarations will be converted to `T[]` or `readonly T[]`
/// - `generic`: array declarations will be converted to `Array<T>` or `ReadonlyArray<T>`
/// - `shorthand`: array declarations will be converted to `T[]` or `readonly T[]`
///
/// Default: `shorthand`
///
Expand Down

0 comments on commit 97fd622

Please sign in to comment.