Skip to content

Commit

Permalink
Fix docs to avoid inadvertent list syntax
Browse files Browse the repository at this point in the history
(Thank you, Clippy!)
  • Loading branch information
scouten-adobe committed Jul 26, 2024
1 parent 757d82f commit 301f2ed
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/xmp_meta.rs
Original file line number Diff line number Diff line change
Expand Up @@ -998,11 +998,11 @@ impl XmpMeta {

/// Creates or sets the value of an item within an array.
///
/// Items are accessed by an integer index, where the first item has index
/// 1. This function creates the item if necessary, but the array itself
/// must already exist. Use [`XmpMeta::append_array_item`] to create
/// arrays. A new item is automatically appended if the index is the array
/// size plus 1.
/// Items are accessed by an integer index, where the first item has
/// index 1. This function creates the item if necessary, but the array
/// itself must already exist. Use [`XmpMeta::append_array_item`] to
/// create arrays. A new item is automatically appended if the index is
/// the array size plus 1.
///
/// Use `XmpMeta::compose_array_item_path` to create a complex path.
///
Expand Down

0 comments on commit 301f2ed

Please sign in to comment.