From 84c16661481aa60525879753eefc5fba7c52f71e Mon Sep 17 00:00:00 2001 From: Paul Sanders Date: Tue, 4 Jun 2024 12:13:49 -0400 Subject: [PATCH] Fix typo --- src/lib.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index 800727d..14f2142 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -33,7 +33,7 @@ pub fn parse_site_native_file(xml_path: &Path) -> Result { Ok(native) } -/// Parse a string of Preliude native site XML into a `SiteNative` struct. +/// Parse a string of Prelude native site XML into a `SiteNative` struct. /// /// # Example /// @@ -412,7 +412,7 @@ pub fn parse_subject_native_file(xml_path: &Path) -> Result Result { Ok(native) } -/// Parse a string of Preliude native user XML into a `UserNative` struct. +/// Parse a string of Prelude native user XML into a `UserNative` struct. /// /// # Example ///