diff --git a/Examples-and-Recipes.md b/Examples-and-Recipes.md index 36af6c3..d60ba72 100644 --- a/Examples-and-Recipes.md +++ b/Examples-and-Recipes.md @@ -260,7 +260,7 @@ Like ``, you can specify an ISO week date in any of the three orders: y/ Also like ``, you can implicitly convert a ISO week date to `day_point`, and vice-versa. For convenience, an alias of `date::day_point` exists as `iso_week::day_point`: - iso_week::day_point dp = iso_date; + iso_week::day_point dp = iso_date; And recall that `day_point` is just a type alias for a `std::chrono::time_point`. So the ISO week date (`iso_week:year_weeknum_weekday`) is immediately interoperable with the entire `` library, just like `date::year_month_day` is.