Skip to content

Commit 3e30503

Browse files
authored
Reduce strictness of datetime field options (#656)
1 parent e551a75 commit 3e30503

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

exploration/default-registry-and-mf1-compatibility.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,8 @@ The function `:time` has these function-specific _style_ options:
180180
181181
Field options describe which fields to include in the formatted output
182182
and what format to use for that field.
183-
Only those fields specified in the _annotation_ appear in the formatted output.
183+
The implementation may use this _annotation_ to configure which fields
184+
appear in the formatted output.
184185
185186
> [!NOTE]
186187
> Field options do not have default values because they are only to be used

0 commit comments

Comments
 (0)