Skip to content

Commit e251915

Browse files
authored
Merge pull request #22 from pbs-data-solutions/typo
Fix typo in docs
2 parents bf25786 + 84c1666 commit e251915

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/lib.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
///

0 commit comments

Comments
 (0)