Skip to content

Commit 5869c9d

Browse files
Fixed Javadoc
1 parent d3c339d commit 5869c9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MPChartLib/src/main/java/com/github/mikephil/charting/formatter/LargeValueFormatter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public void setAppendix(String appendix) {
6666
* Set custom suffix to be appended after the values.
6767
* Default suffix: ["", "k", "m", "b", "t"]
6868
*
69-
* @param suff new suffix
69+
* @param suffix new suffix
7070
*/
7171
public void setSuffix(String[] suffix) {
7272
this.mSuffix = suffix;

0 commit comments

Comments
 (0)