Skip to content

Commit cffebd0

Browse files
committed
Improve generateScalaDocumentation task description
1 parent 2b9fbb1 commit cffebd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2420,7 +2420,7 @@ object Build {
24202420

24212421
// Published on https://dotty.epfl.ch/ by nightly builds
24222422
// Contains additional internal/contributing docs
2423-
val generateScalaDocumentation = inputKey[Unit]("Generate documentation for snapshot version of the compiler")
2423+
val generateScalaDocumentation = inputKey[Unit]("Generate documentation for snapshot release")
24242424

24252425
// Published on https://docs.scala-lang.org/api/all.html
24262426
val generateStableScala3Documentation = inputKey[Unit]("Generate documentation for stable release")

0 commit comments

Comments
 (0)