]> source.dussan.org Git - poi.git/commitdiff
tidy up javadoc
authorPJ Fanning <fanningpj@apache.org>
Sat, 7 Aug 2021 14:34:38 +0000 (14:34 +0000)
committerPJ Fanning <fanningpj@apache.org>
Sat, 7 Aug 2021 14:34:38 +0000 (14:34 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892080 13f79535-47bb-0310-9956-ffa450edef68

poi/src/main/java/org/apache/poi/ss/formula/functions/PercentRank.java

index eef3eac8c034bc8f2b73b214cb47b471e31a11c9..8fac522a7801158314250556399debbfecde6936 100644 (file)
@@ -33,7 +33,7 @@ import java.util.List;
  *
  * <b>array</b>  The array or range of data with numeric values that defines relative standing.<br>
  * <b>X</b>  The value for which you want to know the rank.<br>
- * <b>significance</b>  TOptional. A value that identifies the number of significant digits for the returned percentage value.
+ * <b>significance</b>  Optional. A value that identifies the number of significant digits for the returned percentage value.
  * If omitted, PERCENTRANK uses three digits (0.xxx).<br>
  * <br>
  * Returns a number between 0 and 1 representing a percentage.