Skip to content

Commit 7c3ee72

Browse files
committed
PackageCurationData: Refer to "the" instead of "this" package
"this" sounds like an instance of `PackageCurationData`, but what is meant is the `Package` instance the `PackageCurationData` gets applied to. Signed-off-by: Sebastian Schuberth <[email protected]>
1 parent d3e989e commit 7c3ee72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

model/src/main/kotlin/PackageCurationData.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ data class PackageCurationData(
5151
val cpe: String? = null,
5252

5353
/**
54-
* The set of authors of this package.
54+
* The set of authors of the package.
5555
*/
5656
val authors: SortedSet<String>? = null,
5757

0 commit comments

Comments
 (0)