Skip to content

Commit

Permalink
docs(model): Improve docs for the includedLicenseCategories property
Browse files Browse the repository at this point in the history
This addresses some grammar hints.

Signed-off-by: Sebastian Schuberth <[email protected]>
  • Loading branch information
sschuberth committed Dec 29, 2023
1 parent 83308a1 commit ba3220d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions model/src/main/kotlin/config/DownloaderConfiguration.kt
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ data class DownloaderConfiguration(
val allowMovingRevisions: Boolean = false,

/**
* The [categories][LicenseCategory] licenses of packages need to be part of in order to get included into the
* download, or an empty list to include all packages.
* The [categories][LicenseCategory] licenses of packages need to be part of to get included in the download, or an
* empty list to include all packages.
*/
val includedLicenseCategories: List<String> = emptyList(),

Expand Down

0 comments on commit ba3220d

Please sign in to comment.