From 6a4f920d89dc1498fce4a2c8a92d309ae12ad2d6 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Sat, 7 Aug 2021 14:34:38 +0000 Subject: [PATCH] tidy up javadoc git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892080 13f79535-47bb-0310-9956-ffa450edef68 --- .../java/org/apache/poi/ss/formula/functions/PercentRank.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/poi/src/main/java/org/apache/poi/ss/formula/functions/PercentRank.java b/poi/src/main/java/org/apache/poi/ss/formula/functions/PercentRank.java index eef3eac8c0..8fac522a78 100644 --- a/poi/src/main/java/org/apache/poi/ss/formula/functions/PercentRank.java +++ b/poi/src/main/java/org/apache/poi/ss/formula/functions/PercentRank.java @@ -33,7 +33,7 @@ import java.util.List; * * array The array or range of data with numeric values that defines relative standing.
* X The value for which you want to know the rank.
- * significance TOptional. A value that identifies the number of significant digits for the returned percentage value. + * significance Optional. A value that identifies the number of significant digits for the returned percentage value. * If omitted, PERCENTRANK uses three digits (0.xxx).
*
* Returns a number between 0 and 1 representing a percentage.