Skip to content

Commit c1dacb9

Browse files
committed
Add minor update to a comment
1 parent 5de52a2 commit c1dacb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/create-new-release-notes.main.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Jsoup
4141
.also { writer.close() }
4242
.also { reader.close() }
4343

44-
// Create a raw text version as well in case someone needs it
44+
// Creates a raw text version as well in case someone needs it
4545
val text = Jsoup.parse(resultFile).wholeText()
4646
File("release-notes.txt").writeText(text)
4747

0 commit comments

Comments
 (0)