Skip to content

Commit 5cfff24

Browse files
authored
Docs should say ZonedIsoDateTime (#6516)
1 parent ffb3f4f commit 5cfff24

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

ffi/capi/bindings/cpp/icu4x/ZonedIsoDateTime.d.hpp

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ffi/capi/bindings/dart/ZonedIsoDateTime.g.dart

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ffi/capi/bindings/js/ZonedIsoDateTime.d.ts

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ffi/capi/bindings/js/ZonedIsoDateTime.mjs

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ffi/capi/src/zoned_datetime.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ pub mod ffi {
5050
})
5151
}
5252

53-
/// Creates a new [`ZonedDateTime`] from milliseconds since epoch (timestamp) and a UTC offset.
53+
/// Creates a new [`ZonedIsoDateTime`] from milliseconds since epoch (timestamp) and a UTC offset.
5454
///
55-
/// Note: [`ZonedDateTime`]s created with this constructor can only be formatted using localized offset zone styles.
55+
/// Note: [`ZonedIsoDateTime`]s created with this constructor can only be formatted using localized offset zone styles.
5656
#[diplomat::rust_link(
5757
icu::time::ZonedDateTime::from_epoch_milliseconds_and_utc_offset,
5858
FnInStruct

0 commit comments

Comments
 (0)