Skip to content

Commit 20ee7da

Browse files
committed
docs(model): Improve the ScannerDetails.configuration docs
Signed-off-by: Sebastian Schuberth <[email protected]>
1 parent 3e5fa2e commit 20ee7da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

model/src/main/kotlin/ScannerDetails.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ data class ScannerDetails(
3434
val version: String,
3535

3636
/**
37-
* The configuration of the scanner, could be command line arguments for example.
37+
* The configuration of the scanner, like the options passed to a command line scanner.
3838
*/
3939
val configuration: String
4040
) {

0 commit comments

Comments
 (0)