Skip to content

Commit 929db67

Browse files
committed
chore: update comment to match the actual implementation
1 parent 074fc0e commit 929db67

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/precise-formatters/prettier.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,8 @@ export async function preciseFormatterPrettier(): Promise<PreciseFormatter<Prett
6161
);
6262
},
6363
/**
64-
* Run prettier on each character range pair given, and apply the
65-
* difference as a patch to the original contents using an implementation
66-
* of the Myer's diff algorithm.
64+
* Run prettier on each character range pair given and apply each
65+
* change to the original contents.
6766
*/
6867
formatRanges: async (
6968
filePath: string,

0 commit comments

Comments
 (0)