We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 074fc0e commit 929db67Copy full SHA for 929db67
src/precise-formatters/prettier.ts
@@ -61,9 +61,8 @@ export async function preciseFormatterPrettier(): Promise<PreciseFormatter<Prett
61
);
62
},
63
/**
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.
+ * Run prettier on each character range pair given and apply each
+ * change to the original contents.
67
*/
68
formatRanges: async (
69
filePath: string,
0 commit comments