Skip to content

Commit

Permalink
Fix docs.rs warning
Browse files Browse the repository at this point in the history
  • Loading branch information
scouten-adobe committed Oct 22, 2022
1 parent c8e1fd1 commit 90ab42c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/xmp_meta.rs
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,8 @@ impl XmpMeta {
/// `i` or `x` as the generic language is also considered poor practice but
/// allowed.
///
/// Advice from the W3C about the use of RFC 3066 language tags can be found at http://www.w3.org/International/articles/language-tags/.
/// Advice from the W3C about the use of RFC 3066 language tags can be found
/// at <https://www.w3.org/International/articles/language-tags/>.
///
/// **Note:** RFC 3066 language tags must be treated in a case insensitive
/// manner. The XMP toolkit does this by normalizing their capitalization:
Expand Down

0 comments on commit 90ab42c

Please sign in to comment.