Skip to content

Commit

Permalink
Merge pull request PhilJay#2414 from Ewg777/patch-1
Browse files Browse the repository at this point in the history
Fixed docs typo in AxisBase.java
  • Loading branch information
danielgindi authored Feb 21, 2017
2 parents 31b6022 + bc13bc2 commit 3ec493f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ public boolean isDrawLabelsEnabled() {
* Sets the number of label entries for the y-axis max = 25, min = 2, default: 6, be aware
* that this number is not fixed.
*
* @param count the number of y-axis labels that sould be displayed
* @param count the number of y-axis labels that should be displayed
*/
public void setLabelCount(int count) {

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

0 comments on commit 3ec493f

Please sign in to comment.