Skip to content

Commit 3f7b1e8

Browse files
committed
tidy up diction
1 parent 580037d commit 3f7b1e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

plugin-gradle/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ spotless {
484484
}
485485
}
486486

487-
// Be sure to disable the buf-gradle-plugin's native support of `buf format`:
487+
// Be sure to disable the buf-gradle-plugin's execution of `buf format`:
488488
buf {
489489
enforceFormat = false
490490
}

plugin-gradle/src/main/java/com/diffplug/gradle/spotless/ProtobufExtension.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ public class BufFormatExtension {
8383
* }
8484
* </pre>
8585
*
86-
* Be sure to disable the {@code buf-gradle-plugin}'s native support of {@code buf format}:
86+
* Be sure to disable the {@code buf-gradle-plugin}'s execution of {@code buf format}:
8787
*
8888
* <pre>
8989
* {@code

0 commit comments

Comments
 (0)