Skip to content

Commit 36f276a

Browse files
committed
docs(reporter): Fix a property description
This is a fixup for d0bce72. Signed-off-by: Martin Nonnenmacher <[email protected]>
1 parent e24e2d6 commit 36f276a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reporter/src/main/kotlin/ReporterInput.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ data class ReporterInput(
4646
val ortConfig: OrtConfiguration = OrtConfiguration(),
4747

4848
/**
49-
* A [LicenseTextProvider], can be used to integrate licenses texts into reports.
49+
* A [LicenseFactProvider], can be used to integrate licenses facts like license texts into reports.
5050
*/
5151
val licenseFactProvider: LicenseFactProvider = CompositeLicenseFactProvider(emptyList()),
5252

0 commit comments

Comments
 (0)