Skip to content

Commit 135f5e9

Browse files
java-team-github-botgoogle-java-format Team
authored andcommitted
Fix typo in comment for Input.Tok#isSlashStarComment.
It appears the comment may have been copied from Input.Tok#isSlashSlashComment. PiperOrigin-RevId: 381866447
1 parent cad842c commit 135f5e9

File tree

1 file changed

+1
-1
lines changed
  • core/src/main/java/com/google/googlejavaformat

1 file changed

+1
-1
lines changed

core/src/main/java/com/google/googlejavaformat/Input.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public interface Tok {
6363
/** Is the {@code Tok} a "//" comment? */
6464
boolean isSlashSlashComment();
6565

66-
/** Is the {@code Tok} a "//" comment? */
66+
/** Is the {@code Tok} a "/*" comment? */
6767
boolean isSlashStarComment();
6868

6969
/** Is the {@code Tok} a javadoc comment? */

0 commit comments

Comments
 (0)