Skip to content

Commit 221cd13

Browse files
authored
Merge pull request #2342 from nielsz/patch-1
Fix typo
2 parents 555176b + 463ef82 commit 221cd13

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

MPChartLib/src/main/java/com/github/mikephil/charting/charts/Chart.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -355,14 +355,14 @@ public boolean isEmpty() {
355355
public abstract void notifyDataSetChanged();
356356

357357
/**
358-
* calculates the offsets of the chart to the border depending on the
358+
* Calculates the offsets of the chart to the border depending on the
359359
* position of an eventual legend or depending on the length of the y-axis
360360
* and x-axis labels and their position
361361
*/
362362
protected abstract void calculateOffsets();
363363

364364
/**
365-
* calcualtes the y-min and y-max value and the y-delta and x-delta value
365+
* Calculates the y-min and y-max value and the y-delta and x-delta value
366366
*/
367367
protected abstract void calcMinMax();
368368

0 commit comments

Comments
 (0)