Skip to content

Commit a050d2d

Browse files
authored
Merge pull request #572 from scala/backport-lts-3.3-23678
Backport "docs: fix task name for scaladoc/testOnly" to 3.3 LTS
2 parents 4b8bd3f + 500865f commit a050d2d

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)