Skip to content

Commit 36abda9

Browse files
authored
Merge pull request #4281 from dotty-staging/vulpix-doc-typos
Vulpix ParallelTesting: Fix typos
2 parents 9723748 + 1d7166b commit 36abda9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compiler/test/dotty/tools/vulpix/ParallelTesting.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1211,7 +1211,7 @@ trait ParallelTesting extends RunnerOrchestration { self =>
12111211
* `f` in a specific way.
12121212
*
12131213
* - Each file is compiled separately as a single compilation run
1214-
* - Each directory is compiled as a `SeparateCompilationTaret`, in this
1214+
* - Each directory is compiled as a `SeparateCompilationTarget`, in this
12151215
* target all files are grouped according to the file suffix `_X` where `X`
12161216
* is a number. These groups are then ordered in ascending order based on
12171217
* the value of `X` and each group is compiled one after the other.
@@ -1243,7 +1243,7 @@ trait ParallelTesting extends RunnerOrchestration { self =>
12431243
* `f` in a specific way. Once compiled, they are recompiled/run from tasty as sources.
12441244
*
12451245
* - Each file is compiled separately as a single compilation run
1246-
* - Each directory is compiled as a `SeparateCompilationTaret`, in this
1246+
* - Each directory is compiled as a `SeparateCompilationTarget`, in this
12471247
* target all files are grouped according to the file suffix `_X` where `X`
12481248
* is a number. These groups are then ordered in ascending order based on
12491249
* the value of `X` and each group is compiled one after the other.

0 commit comments

Comments
 (0)