tamer: obj::xmle::xir: Correct doc typos Xml{e=>}Writer

main
Mike Gerwitz 2021-10-11 11:51:32 -04:00
parent 3e385d1a1b
commit f65ec818ab
1 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@
//! writing).
//!
//! Use [`lower_iter`] to produce the lowering iterator,
//! which can then use [`XmleWriter`](crate::ir::xir::writer::XmleWriter)
//! which can then use [`XmlWriter`](crate::ir::xir::writer::XmlWriter)
//! for writing.
use crate::{
@ -387,7 +387,7 @@ impl<'a, T: IdentObjectData> Iterator for LowerIter<'a, T> {
///
/// This produces the final representation for the `xmle` file,
/// which can be written using
/// [`XmleWriter`](crate::ir::xir::writer::XmleWriter).
/// [`XmlWriter`](crate::ir::xir::writer::XmlWriter).
#[inline]
pub fn lower_iter<'a, T: IdentObjectData>(
sections: &'a Sections<T>,