mirror of
https://github.com/sbt/sbt.git
synced 2026-09-03 16:39:24 +02:00
fix typo
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@ package sbt.internal.bsp
|
||||
/**
|
||||
* Scala Test Class Request
|
||||
* The build target scala test options request is sent from the client to the server
|
||||
* to query for the list of fully qualified names of test clases in a given list of targets.
|
||||
* to query for the list of fully qualified names of test classes in a given list of targets.
|
||||
* @param originId An optional number uniquely identifying a client request.
|
||||
*/
|
||||
final class ScalaTestClassesParams private (
|
||||
|
||||
@@ -715,7 +715,7 @@ type ScalaTestParams {
|
||||
|
||||
## Scala Test Class Request
|
||||
## The build target scala test options request is sent from the client to the server
|
||||
## to query for the list of fully qualified names of test clases in a given list of targets.
|
||||
## to query for the list of fully qualified names of test classes in a given list of targets.
|
||||
type ScalaTestClassesParams {
|
||||
targets: [sbt.internal.bsp.BuildTargetIdentifier]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user