From baeb3a2ce35532bd12811e715b22a35b27be01c6 Mon Sep 17 00:00:00 2001 From: Eric Scouten Date: Tue, 6 Feb 2024 20:58:38 -0800 Subject: [PATCH 1/2] [IGNORE] Fix a typo in API documentation --- src/xmp_meta.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xmp_meta.rs b/src/xmp_meta.rs index ef97d6f..4cfbf42 100644 --- a/src/xmp_meta.rs +++ b/src/xmp_meta.rs @@ -1947,7 +1947,7 @@ impl<'a> XmpMeta { /// Returns an iterator over the schema and properties within an XMP object. /// /// The top of the XMP data tree is a single root node. This does not - /// explicitly in an iteration. + /// appear explicitly in an iteration. /// /// Beneath the root are schema nodes; these collect the top-level /// properties in the same namespace. They are created and destroyed From 68220c3a390ba9e8e0a8f19c90f07f2c0eae07ac Mon Sep 17 00:00:00 2001 From: Eric Scouten Date: Tue, 6 Feb 2024 21:16:51 -0800 Subject: [PATCH 2/2] Recheck