Skip to content

Commit 4e56621

Browse files
committed
fix bad comment
1 parent ef357fc commit 4e56621

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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
@@ -42,7 +42,7 @@ public LicenseHeaderConfig licenseHeaderFile(Object licenseHeaderFile) {
4242
return licenseHeaderFile(licenseHeaderFile, LICENSE_HEADER_DELIMITER);
4343
}
4444

45-
/** Adds the specified version of <a href="https://github.com/pinterest/ktlint">ktlint</a>. */
45+
/** Adds the specified version of <a href="https://buf.build/">buf</a>. */
4646
public BufFormatExtension buf(String version) {
4747
Objects.requireNonNull(version);
4848
return new BufFormatExtension(version);

0 commit comments

Comments
 (0)