We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0238d3a commit 6d3ba01Copy full SHA for 6d3ba01
1 file changed
core/engine/src/builtins/intl/date_time_format/mod.rs
@@ -820,9 +820,10 @@ pub(crate) fn create_date_time_format(
820
821
/// Formats a timestamp (epoch milliseconds) using the given [`DateTimeFormat`] internals.
822
///
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).
+/// It corresponds the logic from [`PartitionDateTimePattern`][11.5.6] and [`ToLocalTime`][11.5.12].
+///
+/// [11.5.6]: https://tc39.es/ecma402/#sec-partitiondatetimepattern
826
+/// [11.5.12]: https://tc39.es/ecma402/#sec-tolocaltime
827
828
/// This helper implements:
829
0 commit comments