From 9183fef6ccf9ee818471c682267e570e14a2fa55 Mon Sep 17 00:00:00 2001 From: "Shane F. Carr" Date: Tue, 10 Sep 2024 23:00:52 -0500 Subject: [PATCH] Remove rejection example of missing default option --- docs/ldml/tr35-dates.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/ldml/tr35-dates.md b/docs/ldml/tr35-dates.md index 3c188fc61f4..fa58a38a8de 100644 --- a/docs/ldml/tr35-dates.md +++ b/docs/ldml/tr35-dates.md @@ -2690,7 +2690,6 @@ For example, a conformant specification must reject the following inputs: |----------------|--------------------------------|--------------------------------| | { Year, Day } | Length: Long | Invalid field set | | { Month, Day } | Length: Long\nYear Style: Full | Year Style requires Year field | -| { Hour } | Hour Cycle: H23 | Hour requires Length option | * * *