Skip to content

Commit f973b44

Browse files
authored
docs: fix task name for scaladoc/testOnly (#23678)
1 parent 451b745 commit f973b44

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)