Skip to content

Commit e22c265

Browse files
committed
tiny better rewording of ColumnGroupsIgnoredSnippet
1 parent eb7705e commit e22c265

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/documentation/CommonStatisticsDocs.kt‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ internal interface CommonStatisticsDocs {
143143
* {@comment Note that columns inside column groups are not taken into account. KDoc-snippet.
144144
* Uses the [STATISTIC] key.}
145145
*
146-
* This includes columns inside [column groups][ColumnGroup].
146+
* Columns inside [column groups][ColumnGroup] are also excluded.
147147
* To include those in the {@get [STATISTIC] statistic}, [flatten][DataFrame.flatten] the DataFrame first.
148148
*/
149149
@ExcludeFromSources

0 commit comments

Comments
 (0)