@@ -907,7 +907,7 @@ are encouraged to track development of these options during Tech Preview:
907907
908908When an _operand_ or an _option_ value uses a _variable_ annotated,
909909directly or indirectly, by a `:datetime` _annotation_,
910- its resolved value contains only the implementation-defined datetime value
910+ its resolved value contains the implementation-defined datetime value
911911of the _operand_ of the annotated _expression_,
912912together with the resolved options values.
913913
@@ -943,7 +943,7 @@ as is any `style` option.
943943
944944When an _operand_ or an _option_ value uses a _variable_ annotated,
945945directly or indirectly, by a `:date` _annotation_,
946- its resolved value contains only the implementation-defined date/time value
946+ its resolved value contains the implementation-defined date/time value
947947of the _operand_ of the annotated _expression_ (with no time value),
948948together with the resolved options values.
949949
@@ -979,7 +979,7 @@ as is any `style` option.
979979
980980When an _operand_ or an _option_ value uses a _variable_ annotated,
981981directly or indirectly, by a `:time` _annotation_,
982- its resolved value contains only the implementation-defined date/time value
982+ its resolved value contains the implementation-defined date/time value
983983of the _operand_ of the annotated _expression_ (with no date value),
984984together with the resolved options values.
985985
0 commit comments