We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 243f13f commit 746dac9Copy full SHA for 746dac9
src/components/composer/composer/prettifier_content.ts
@@ -33,7 +33,7 @@ function join(rules: PrettifyRule[]): Concat {
33
return { type: "concat", rules };
34
}
35
36
-/** Useful for indicating where to unify multiple rules into a single line depending on the available space.*/
+/** Useful for indicating where to print a rule into a single line depending on the available space.*/
37
function group(x: PrettifyRule): ChooseBetween {
38
return chooseBetween(flatten(x), x);
39
0 commit comments