Skip to content
Prev Previous commit
Next Next commit
update doc
  • Loading branch information
zhengruifeng committed Feb 14, 2017
commit d3e3ee0601afb80a5202bc978a425306390ad76f
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ final class DataFrameStatFunctions private[sql](df: DataFrame) {

/**
* Calculates the approximate quantiles of numerical columns of a DataFrame.
* @see `[[DataFrameStatsFunctions.approxQuantile(col:Str* approxQuantile)]]` for detailed
* @see `DataFrameStatsFunctions.approxQuantile(col:Str* approxQuantile)` for detailed
* description.
*
* @param cols the names of the numerical columns
Expand Down