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 ///