Skip to content

Commit fec1134

Browse files
authored
Correct typo in :date section (#722)
* Correct typo in `:date` section * Correct typos in sections on datetime functions
1 parent abc97d2 commit fec1134

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

spec/registry.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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
736736
the ability to compose user-specified combinations of fields.
737737
738738
If 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
863863
If 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
886886
If no options are specified, this function defaults to the following:
887887
- `{$t :time}` is the same as `{$t :time style=short}`

0 commit comments

Comments
 (0)