Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ pub fn parse_site_native_file(xml_path: &Path) -> Result<SiteNative, Error> {
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
///
Expand Down Expand Up @@ -412,7 +412,7 @@ pub fn parse_subject_native_file(xml_path: &Path) -> Result<SubjectNative, Error
Ok(native)
}

/// Parse a string of Preliude native subject XML into a `SubjectNative` struct.
/// Parse a string of Prelude native subject XML into a `SubjectNative` struct.
///
/// # Example
///
Expand Down Expand Up @@ -621,7 +621,7 @@ pub fn parse_user_native_file(xml_path: &Path) -> Result<UserNative, Error> {
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
///
Expand Down