Skip to content

Commit 29da8c9

Browse files
fix doc
1 parent b3f4e1d commit 29da8c9

File tree

1 file changed

+1
-1
lines changed
  • core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/api

1 file changed

+1
-1
lines changed

core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/api/none.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import org.jetbrains.kotlinx.dataframe.impl.columns.ColumnListImpl
1414

1515
// region DataColumn
1616

17-
/** Returns `true` if none of the [values] match the given [predicate] or [values] is empty. */
17+
/** Returns `true` if none of the [values] match the given [predicate] */
1818
public fun <T> DataColumn<T>.none(predicate: Predicate<T>): Boolean = values.none(predicate)
1919

2020
// endregion

0 commit comments

Comments
 (0)