Skip to content

Commit df4552a

Browse files
Added a small detail to KDoc
1 parent d8c5db3 commit df4552a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/kotlin/org/platestack/api/plugin/annotation/plugin-anotations.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ annotation class Relation(val type: RelationType, val id: ID, vararg val version
8383
/**
8484
* A selection of version which may have exclusions.
8585
*
86-
* @property min The minimum inclusive version which matches this range. Default is 0.0.0
86+
* @property min The minimum inclusive version which matches this range. Default is 0.0.0, which means any version before [max]
8787
* @property max The maximum inclusive version which matches this range.
8888
*
8989
* If this is lower then [min] then it will be ignored and all versions after [min] will be included.

0 commit comments

Comments
 (0)