Skip to content

Commit d3e3ee0

Browse files
committed
update doc
1 parent fa1069a commit d3e3ee0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/core/src/main/scala/org/apache/spark/sql/DataFrameStatFunctions.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ final class DataFrameStatFunctions private[sql](df: DataFrame) {
7878

7979
/**
8080
* Calculates the approximate quantiles of numerical columns of a DataFrame.
81-
* @see `[[DataFrameStatsFunctions.approxQuantile(col:Str* approxQuantile)]]` for detailed
81+
* @see `DataFrameStatsFunctions.approxQuantile(col:Str* approxQuantile)` for detailed
8282
* description.
8383
*
8484
* @param cols the names of the numerical columns

0 commit comments

Comments
 (0)