diff options
author | PJ Fanning <fanningpj@apache.org> | 2021-08-07 14:34:38 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2021-08-07 14:34:38 +0000 |
commit | 6a4f920d89dc1498fce4a2c8a92d309ae12ad2d6 (patch) | |
tree | 3d1b7c6e11f5dce1a5cfcb94c6eff937def894af /poi | |
parent | 12a5ecd0b555c7c32036819fc7765ca065171b44 (diff) | |
download | poi-6a4f920d89dc1498fce4a2c8a92d309ae12ad2d6.tar.gz poi-6a4f920d89dc1498fce4a2c8a92d309ae12ad2d6.zip |
tidy up javadoc
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892080 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poi')
-rw-r--r-- | poi/src/main/java/org/apache/poi/ss/formula/functions/PercentRank.java | 2 |
1 files changed, 1 insertions, 1 deletions
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; * * <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. |