Skip to content

Commit 6d3ba01

Browse files
committed
Change doc comment
1 parent 0238d3a commit 6d3ba01

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

  • core/engine/src/builtins/intl/date_time_format

core/engine/src/builtins/intl/date_time_format/mod.rs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -820,9 +820,10 @@ pub(crate) fn create_date_time_format(
820820

821821
/// Formats a timestamp (epoch milliseconds) using the given [`DateTimeFormat`] internals.
822822
///
823-
/// It corresponds the `ToLocalTime` / `PartitionDateTimePattern` logic from
824-
/// [11.5.6](https://tc39.es/ecma402/#sec-partitiondatetimepattern) and
825-
/// [11.5.12](https://tc39.es/ecma402/#sec-tolocaltime).
823+
/// It corresponds the logic from [`PartitionDateTimePattern`][11.5.6] and [`ToLocalTime`][11.5.12].
824+
///
825+
/// [11.5.6]: https://tc39.es/ecma402/#sec-partitiondatetimepattern
826+
/// [11.5.12]: https://tc39.es/ecma402/#sec-tolocaltime
826827
///
827828
/// This helper implements:
828829
///

0 commit comments

Comments
 (0)