Normalize spelling
This commit is contained in:
Gary Gregory 2023-11-26 15:02:06 -05:00
parent 8ed7b18dc9
commit f62bfa0755

View File

@ -512,7 +512,7 @@ public static String formatPeriod(final long startMillis, final long endMillis,
// called formatDuration(millis, format); however this did not work
// over leap years.
// TODO: Compare performance to see if anything was lost by
// losing this optimisation.
// losing this optimization.
final Token[] tokens = lexx(format);