From 393491918eb31fd1896c747e636965f917754b1b Mon Sep 17 00:00:00 2001 From: Ignat Beresnev Date: Fri, 8 Jul 2022 15:14:48 +0200 Subject: Revise developer guides documentation (#2523) --- core/src/main/kotlin/pages/ContentNodes.kt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'core/src/main/kotlin/pages/ContentNodes.kt') 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 { -- cgit