diff --git a/spec/calendar.html b/spec/calendar.html index 89cad8aa5..4d1c5e0bd 100644 --- a/spec/calendar.html +++ b/spec/calendar.html @@ -1349,10 +1349,10 @@
The operation throws a *TypeError* exception if the fields of _fields_ are insufficient to identify a unique instance of _type_ in the calendar (e.g., when at least one field in each combination capable of determining some part of its data is ~unset~) or a *RangeError* exception if the fields of _fields_ are internally inconsistent within the calendar (e.g., when redundant properties such as *"month"* and *"monthCode"* are both present but with conflicting data). For example:
+The operation throws a *TypeError* exception if the fields of _fields_ are insufficient to identify a unique instance of _type_ in the calendar (e.g., when at least one field in each combination capable of determining some part of its data is ~unset~) or a *RangeError* exception if the fields of _fields_ are internally inconsistent within the calendar (e.g., when redundant fields such as [[Month]] and [[MonthCode]] are both not ~unset~ but with conflicting data). For example: