You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by fa...@apache.org on 2021/08/07 14:34:38 UTC

svn commit: r1892080 - /poi/trunk/poi/src/main/java/org/apache/poi/ss/formula/functions/PercentRank.java

Author: fanningpj
Date: Sat Aug  7 14:34:38 2021
New Revision: 1892080

URL: http://svn.apache.org/viewvc?rev=1892080&view=rev
Log:
tidy up javadoc

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

Modified: poi/trunk/poi/src/main/java/org/apache/poi/ss/formula/functions/PercentRank.java
URL: http://svn.apache.org/viewvc/poi/trunk/poi/src/main/java/org/apache/poi/ss/formula/functions/PercentRank.java?rev=1892080&r1=1892079&r2=1892080&view=diff
==============================================================================
--- poi/trunk/poi/src/main/java/org/apache/poi/ss/formula/functions/PercentRank.java (original)
+++ poi/trunk/poi/src/main/java/org/apache/poi/ss/formula/functions/PercentRank.java Sat Aug  7 14:34:38 2021
@@ -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.



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org