Skip to content

Commit

Permalink
docs: udpate comment
Browse files Browse the repository at this point in the history
  • Loading branch information
zepatrik authored Aug 30, 2024
1 parent 12e8fcc commit 69de58c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/dev/headers/comments/formats.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ var doubleSlashComments = Format{
endToken: "",
}

// comment format that starts with a doubleslash
// comment format that is surrounded by /* */
var slashStarComments = Format{
startToken: "/* ",
endToken: " */",
Expand Down

0 comments on commit 69de58c

Please sign in to comment.