Skip to content

Commit 30d022b

Browse files
eemelistasm
andauthored
Apply suggestions from code review
Co-authored-by: Stanisław Małolepszy <[email protected]>
1 parent ca22a2c commit 30d022b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

spec/registry.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -905,8 +905,8 @@ are encouraged to track development of these options during Tech Preview:
905905
906906
#### Composition
907907
908-
When an _operand_ or an _option_ value uses a _variable_ with a _declaration_
909-
using an _expression_ with a `:datetime` _annotation_,
908+
When an _operand_ or an _option_ value uses a _variable_ annotated,
909+
directly or indirectly, by a `:datetime` _annotation_,
910910
its resolved value contains only the implementation-defined datetime value
911911
of the _operand_ of the annotated _expression_,
912912
together with the resolved options values.
@@ -941,8 +941,8 @@ as is any `style` option.
941941
942942
#### Composition
943943
944-
When an _operand_ or an _option_ value uses a _variable_ with a _declaration_
945-
using an _expression_ with a `:date` _annotation_,
944+
When an _operand_ or an _option_ value uses a _variable_ annotated,
945+
directly or indirectly, by a `:date` _annotation_,
946946
its resolved value contains only the implementation-defined date/time value
947947
of the _operand_ of the annotated _expression_ (with no time value),
948948
together with the resolved options values.
@@ -977,8 +977,8 @@ as is any `style` option.
977977
978978
#### Composition
979979
980-
When an _operand_ or an _option_ value uses a _variable_ with a _declaration_
981-
using an _expression_ with a `:time` _annotation_,
980+
When an _operand_ or an _option_ value uses a _variable_ annotated,
981+
directly or indirectly, by a `:time` _annotation_,
982982
its resolved value contains only the implementation-defined date/time value
983983
of the _operand_ of the annotated _expression_ (with no date value),
984984
together with the resolved options values.

0 commit comments

Comments
 (0)