Skip to content

Commit 0cc8eef

Browse files
committed
Drop the "only"
1 parent 30d022b commit 0cc8eef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spec/registry.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -907,7 +907,7 @@ are encouraged to track development of these options during Tech Preview:
907907
908908
When an _operand_ or an _option_ value uses a _variable_ annotated,
909909
directly 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
911911
of the _operand_ of the annotated _expression_,
912912
together with the resolved options values.
913913
@@ -943,7 +943,7 @@ as is any `style` option.
943943
944944
When an _operand_ or an _option_ value uses a _variable_ annotated,
945945
directly 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
947947
of the _operand_ of the annotated _expression_ (with no time value),
948948
together with the resolved options values.
949949
@@ -979,7 +979,7 @@ as is any `style` option.
979979
980980
When an _operand_ or an _option_ value uses a _variable_ annotated,
981981
directly 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
983983
of the _operand_ of the annotated _expression_ (with no date value),
984984
together with the resolved options values.
985985

0 commit comments

Comments
 (0)