@@ -732,7 +732,7 @@ Selection based on date and time values is not required in this release.
732732
733733### The `:datetime` function
734734
735- The function `:datetime` is used to format format date/time values, including
735+ The function `:datetime` is used to format date/time values, including
736736the ability to compose user-specified combinations of fields.
737737
738738If no options are specified, this function defaults to the following:
@@ -858,7 +858,7 @@ are encouraged to track development of these options during Tech Preview:
858858
859859### The `:date` function
860860
861- The function `:date` is used to format format the date portion of date/time values.
861+ The function `:date` is used to format the date portion of date/time values.
862862
863863If no options are specified, this function defaults to the following:
864864- `{$d :date}` is the same as `{$d :date style=short}`
@@ -872,7 +872,7 @@ All other _operand_ values produce an _Invalid Expression_ error.
872872
873873#### Options
874874
875- The function `:time ` has these _options_:
875+ The function `:date ` has these _options_:
876876- `style`
877877 - `full`
878878 - `long`
@@ -881,7 +881,7 @@ The function `:time` has these _options_:
881881
882882### The `:time` function
883883
884- The function `:time` is used to format format the time portion of date/time values.
884+ The function `:time` is used to format the time portion of date/time values.
885885
886886If no options are specified, this function defaults to the following:
887887- `{$t :time}` is the same as `{$t :time style=short}`
0 commit comments