Skip to content

Commit 3ec493f

Browse files
authored
Merge pull request PhilJay#2414 from Ewg777/patch-1
Fixed docs typo in AxisBase.java
2 parents 31b6022 + bc13bc2 commit 3ec493f

File tree

1 file changed

+2
-2
lines changed
  • MPChartLib/src/main/java/com/github/mikephil/charting/components

1 file changed

+2
-2
lines changed

MPChartLib/src/main/java/com/github/mikephil/charting/components/AxisBase.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ public boolean isDrawLabelsEnabled() {
306306
* Sets the number of label entries for the y-axis max = 25, min = 2, default: 6, be aware
307307
* that this number is not fixed.
308308
*
309-
* @param count the number of y-axis labels that sould be displayed
309+
* @param count the number of y-axis labels that should be displayed
310310
*/
311311
public void setLabelCount(int count) {
312312

@@ -324,7 +324,7 @@ public void setLabelCount(int count) {
324324
* that this number is not
325325
* fixed (if force == false) and can only be approximated.
326326
*
327-
* @param count the number of y-axis labels that sould be displayed
327+
* @param count the number of y-axis labels that should be displayed
328328
* @param force if enabled, the set label count will be forced, meaning that the exact
329329
* specified count of labels will
330330
* be drawn and evenly distributed alongside the axis - this might cause labels

0 commit comments

Comments
 (0)