diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/src/main/kotlin/pages/ContentNodes.kt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/core/src/main/kotlin/pages/ContentNodes.kt b/core/src/main/kotlin/pages/ContentNodes.kt index 0e89b3f6..59364af9 100644 --- a/core/src/main/kotlin/pages/ContentNodes.kt +++ b/core/src/main/kotlin/pages/ContentNodes.kt @@ -317,9 +317,8 @@ interface Style interface Kind /** - * [ContentKind] represents a grouping of content of one kind. This can be rendered - * as either a part of a composite page (one tab/block within a class's page, for instance) - * or as a separate page altogether. + * [ContentKind] represents a grouping of content of one kind that can can be rendered + * as part of a composite page (one tab/block within a class's page, for instance). */ enum class ContentKind : Kind { |