Skip to content

Commit

Permalink
fix(no-explicit-any): doc codeblock test (#2883)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sec-ant authored May 16, 2024
1 parent 7bcc112 commit d35aadc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ declare_rule! {
///
/// ```ts
/// class SomeClass<T extends any> {
/// Array<Array<unknown>>;
/// message: Array<Array<unknown>>;
/// }
/// ```
///
Expand Down

0 comments on commit d35aadc

Please sign in to comment.