Skip to content

Commit

Permalink
Merge pull request #2463 from maheshgaya/master
Browse files Browse the repository at this point in the history
Fix: typo for October
  • Loading branch information
danielgindi authored Feb 21, 2017
2 parents 3ec493f + 262d877 commit 493e3d2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public class DayAxisValueFormatter implements IAxisValueFormatter
{

protected String[] mMonths = new String[]{
"Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Okt", "Nov", "Dec"
"Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"
};

private BarLineChartBase<?> chart;
Expand Down

1 comment on commit 493e3d2

@leslieLinn
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good

Please sign in to comment.