Skip to content

Commit 500865f

Browse files
katrinafyiWojciechMazur
authored andcommitted
docs: fix task name for scaladoc/testOnly (scala#23678)
[Cherry-picked f973b44]
1 parent 71a45a9 commit 500865f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/_docs/contributing/scaladoc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ input on the command line.
7171
From the sbt prompt, `scaladoc/test` runs the tests.
7272

7373
You can also run specific signature tests with `testOnly`,
74-
for example `scaladoc/test *scaladoc.signatures.MarkdownCode`.
74+
for example `scaladoc/testOnly *scaladoc.signatures.MarkdownCode`.
7575

7676
Most tests rely on comparing signatures (of classes, methods, objects etc.) extracted from the generated documentation
7777
to signatures found in source files (extracted using Scalameta). Such tests are defined using [SignatureTest](test/dotty/tools/scaladoc/signatures/SignatureTest.scala) class

0 commit comments

Comments
 (0)