Skip to content

Commit

Permalink
docs(#12): fix documentation of NonZeroInt and PositiveInt
Browse files Browse the repository at this point in the history
  • Loading branch information
LVMVRQUXL committed Dec 28, 2022
1 parent 1beffad commit 6fca111
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/commonMain/kotlin/kotools/types/number/NonZeroInt.kt
Expand Up @@ -10,7 +10,7 @@ import kotools.types.text.asNotBlankString
/**
* Representation of integers other than [zero][ZeroInt].
*
* See the [asNonZeroInt] function for building a [NonZeroInt].
* See the [asNonZeroInt] property for building a [NonZeroInt].
*/
@Serializable(NonZeroIntSerializer::class)
@SinceKotoolsTypes("1.1")
Expand Down
2 changes: 1 addition & 1 deletion src/commonMain/kotlin/kotools/types/number/PositiveInt.kt
Expand Up @@ -10,7 +10,7 @@ import kotools.types.text.asNotBlankString
/**
* Representation of positive integers including [zero][ZeroInt].
*
* See the [asPositiveInt] for building a [PositiveInt].
* See the [asPositiveInt] property for building a [PositiveInt].
*/
@Serializable(PositiveIntSerializer::class)
@SinceKotoolsTypes("1.1")
Expand Down

0 comments on commit 6fca111

Please sign in to comment.