Skip to content

Commit

Permalink
fix(transformers): fix wrong jsdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope authored Feb 18, 2025
1 parent 5bce659 commit eb17ea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/transformers/src/shared/notation-transformer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export interface MatchAlgorithmOptions {
* Match algorithm to use
*
* @see https://shiki.style/packages/transformers#matching-algorithm
* @default 'v1'
* @default 'v3'
*/
matchAlgorithm?: MatchAlgorithm
}
Expand Down

0 comments on commit eb17ea5

Please sign in to comment.