From c037bc9b9068d83d5d2b580029a97e5eb3a750f5 Mon Sep 17 00:00:00 2001 From: Chris Hapgood Date: Wed, 7 Jan 2026 16:09:00 -0500 Subject: [PATCH] Fix typo in README example Corrected terminology from 'data range' to 'date range' for clarity. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a028c06..73fa622 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ of which contains zero or more [LocalDateRange](https://www.threeten.org/threete objects. The function must return the minimal set of LocalDateRange objects that represents the [interval difference](http://mathinschool.com/page/8.html) between the first set and all additional input sets. -For example, given a set containing the single data range representing the month of January 2024 and a second set containing a date range +For example, given a set containing the single date range representing the month of January 2024 and a second set containing a date range representing the second week of January 2024 and a date range representing the single day of New Year's Day 2024, the function should return a set with two intervals, one representing the date range January 2-7, 2024 and the other representing the date range January 15-31, 2024. Stated using algebraic symbols and leveraging the ISO representation of date intervals: