File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ pub fn parse_site_native_file(xml_path: &Path) -> Result<SiteNative, Error> {
3333 Ok ( native)
3434}
3535
36- /// Parse a string of Preliude native site XML into a `SiteNative` struct.
36+ /// Parse a string of Prelude native site XML into a `SiteNative` struct.
3737///
3838/// # Example
3939///
@@ -412,7 +412,7 @@ pub fn parse_subject_native_file(xml_path: &Path) -> Result<SubjectNative, Error
412412 Ok ( native)
413413}
414414
415- /// Parse a string of Preliude native subject XML into a `SubjectNative` struct.
415+ /// Parse a string of Prelude native subject XML into a `SubjectNative` struct.
416416///
417417/// # Example
418418///
@@ -621,7 +621,7 @@ pub fn parse_user_native_file(xml_path: &Path) -> Result<UserNative, Error> {
621621 Ok ( native)
622622}
623623
624- /// Parse a string of Preliude native user XML into a `UserNative` struct.
624+ /// Parse a string of Prelude native user XML into a `UserNative` struct.
625625///
626626/// # Example
627627///
You can’t perform that action at this time.
0 commit comments