Normalize spelling
This commit is contained in:
Gary Gregory 2023-11-26 15:02:06 -05:00
parent 8ed7b18dc9
commit f62bfa0755
1 changed files with 1 additions and 1 deletions

View File

@ -512,7 +512,7 @@ public class DurationFormatUtils {
// 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);