diff --git a/xchart/src/main/java/com/xeiam/xchart/XChartPanel.java b/xchart/src/main/java/com/xeiam/xchart/XChartPanel.java index c2c9eedfd7e8df8a0d71fcf56fc1ad2cd94486f8..545e28764bcc1f09d705eb10f118443e71ce2a1c 100644 --- a/xchart/src/main/java/com/xeiam/xchart/XChartPanel.java +++ b/xchart/src/main/java/com/xeiam/xchart/XChartPanel.java @@ -245,7 +245,7 @@ public class XChartPanel extends JPanel { } /** - * update a series by only updating the Y-Axis data. The X-Axis data will is automatically generated as a list of increasing Integers starting from 1 and ending at the size of the new Y-Axis data + * update a series by only updating the Y-Axis data. The X-Axis data will be automatically generated as a list of increasing Integers starting from 1 and ending at the size of the new Y-Axis data * list. * * @param seriesName @@ -275,7 +275,7 @@ public class XChartPanel extends JPanel { } /** - * update a series by only updating both the X-Axis and Y-Axis data + * update a series by updating both the X-Axis and Y-Axis data * * @param seriesName * @param newYData