Skip to content

Commit c028cd3

Browse files
authored
docs(transformers): fix wrong jsdoc (#938)
1 parent 5bce659 commit c028cd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/transformers/src/shared/notation-transformer.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export interface MatchAlgorithmOptions {
1010
* Match algorithm to use
1111
*
1212
* @see https://shiki.style/packages/transformers#matching-algorithm
13-
* @default 'v1'
13+
* @default 'v3'
1414
*/
1515
matchAlgorithm?: MatchAlgorithm
1616
}

0 commit comments

Comments
 (0)