Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions spec/registry.md
Original file line number Diff line number Diff line change
Expand Up @@ -907,7 +907,7 @@ are encouraged to track development of these options during Tech Preview:

When an _operand_ or an _option_ value uses a _variable_ annotated,
directly or indirectly, by a `:datetime` _annotation_,
its resolved value contains only the implementation-defined datetime value
its resolved value contains the implementation-defined datetime value
of the _operand_ of the annotated _expression_,
together with the resolved options values.

Expand Down Expand Up @@ -943,7 +943,7 @@ as is any `style` option.

When an _operand_ or an _option_ value uses a _variable_ annotated,
directly or indirectly, by a `:date` _annotation_,
its resolved value contains only the implementation-defined date/time value
its resolved value contains the implementation-defined date/time value
of the _operand_ of the annotated _expression_ (with no time value),
together with the resolved options values.

Expand Down Expand Up @@ -979,7 +979,7 @@ as is any `style` option.

When an _operand_ or an _option_ value uses a _variable_ annotated,
directly or indirectly, by a `:time` _annotation_,
its resolved value contains only the implementation-defined date/time value
its resolved value contains the implementation-defined date/time value
of the _operand_ of the annotated _expression_ (with no date value),
together with the resolved options values.

Expand Down