Skip to content

Commit 2b9dd2f

Browse files
committed
[vroom] Fix typo (filetype names)
1 parent 3d96497 commit 2b9dd2f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

vroom/googlejava.vroom

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
The built-in google-java formatter knows how to format Java BUILD files. If you
1+
The built-in google-java formatter knows how to format Java files. If you
22
aren't familiar with basic codefmt usage yet, see main.vroom first.
33

44
We'll set up codefmt and configure the vroom environment, then jump into some

vroom/ktfmt.vroom

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
The built-in ktfmt formatter knows how to format Java BUILD files. If you
2-
aren't familiar with basic codefmt usage yet, see main.vroom first.
1+
The built-in ktfmt formatter knows how to format Kotlin files. If you aren't
2+
familiar with basic codefmt usage yet, see main.vroom first.
33

44
We'll set up codefmt and configure the vroom environment, then jump into some
55
examples.

0 commit comments

Comments
 (0)