Skip to content

Commit

Permalink
docs(#9): fix documentation of NotEmptySet
Browse files Browse the repository at this point in the history
  • Loading branch information
LVMVRQUXL committed Dec 28, 2022
1 parent 9e64a30 commit 2cd8731
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/commonMain/kotlin/kotools/types/collection/NotEmptySet.kt
Expand Up @@ -17,8 +17,8 @@ import kotools.types.toSuccessfulResult
/**
* Representation of sets that contain at least one element of type [E].
*
* See the [notEmptySetOf] or [asNotEmptySet] functions for building a
* [NotEmptySet].
* See the [notEmptySetOf] function or the [asNotEmptySet] property for building
* a [NotEmptySet].
*/
@Serializable(NotEmptySetSerializer::class)
@SinceKotoolsTypes("4.0")
Expand Down

0 comments on commit 2cd8731

Please sign in to comment.