Skip to content

Commit

Permalink
Fix typo in XYChart.java
Browse files Browse the repository at this point in the history
  • Loading branch information
nlisker authored Sep 4, 2024
1 parent cc1f93f commit 7fd1a1f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -976,7 +976,7 @@ protected final void removeSeriesFromDisplay(Series<X, Y> series) {

/**
* XYChart maintains a list of all series currently displayed this includes all current series + any series that
* have recently been deleted that are in the process of being faded(animated) out. This creates and returns a
* have recently been deleted that are in the process of being faded (animated) out. This creates and returns a
* iterator over that list. This is what implementations of XYChart should use when plotting data.
*
* @return iterator over currently displayed series
Expand Down

0 comments on commit 7fd1a1f

Please sign in to comment.