diff --git a/Examples-and-Recipes.md b/Examples-and-Recipes.md index fd4ac4d..b1e70df 100644 --- a/Examples-and-Recipes.md +++ b/Examples-and-Recipes.md @@ -472,8 +472,6 @@ Outputs: 2019-07-250 invalid date 2020-03-06 -The specifications for these functions do not yet guarantee this "normalization behavior." But the implementation has been thoroughly tested for this behavior and the specification will be updated soon. - ### When is it ok to be `!ok()`? (by [Howard Hinnant](https://github.com/HowardHinnant))