Skip to content

Commit

Permalink
Clarify iana_to_bcp47 return type in docs (unicode-org#5889)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nerixyz authored Dec 12, 2024
1 parent d2a4937 commit 1e74e77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/timezone/src/ids.rs
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ impl TimeZoneIdMapperBorrowed<'_> {
/// Gets the BCP-47 time zone ID from an IANA time zone ID
/// with a case-insensitive lookup.
///
/// Returns `None` if the IANA ID is not found.
/// Returns [`TimeZoneBcp47Id::unknown()`] if the IANA ID is not found.
///
/// # Examples
///
Expand Down

0 comments on commit 1e74e77

Please sign in to comment.