Skip to content

Commit af88f65

Browse files
dwijnandashawley
authored andcommitted
Avoid confusion about sbt on Scaladoc page
1 parent 7b46f87 commit af88f65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_overviews/scaladoc/generate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ There are two ways to generate API documentation in HTML from your Scala code.
2121

2222
The easiest and most commonly used way to generate API documentation from your Scala code is with the build tool [sbt](https://www.scala-sbt.org).
2323

24-
From the sbt console, run Scaladoc by simply running the `doc` task:
24+
In the sbt shell, generate Scaladoc by running `doc`:
2525

2626
> doc
2727
[info] Main Scala API documentation to target/scala-2.12/api...

0 commit comments

Comments
 (0)