Skip to content

Commit

Permalink
Update langid.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
sffc authored Sep 3, 2024
1 parent 2df3272 commit 01ea96b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/locale_core/src/langid.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ use writeable::Writeable;
///
/// Any syntactically invalid subtags will cause the parsing to fail with an error.
///
/// This operation normalizes syntax only. No legacy subtag replacements is performed.
/// For data validation and subtag canonicalization, see `LocaleCanonicalizer`.
/// This operation normalizes syntax to be well-formed. No legacy subtag replacements is performed.
/// For validation and canonicalization, see LocaleCanonicalizer.
///
/// # Ordering
///
Expand Down

0 comments on commit 01ea96b

Please sign in to comment.