tamer: ir::xir::tree::Element::open: Fix doc typo

main
Mike Gerwitz 2021-09-21 00:16:03 -04:00
parent 3bb6f0cf35
commit e95afe2658
1 changed files with 1 additions and 1 deletions

View File

@ -265,7 +265,7 @@ impl<Ix: SymbolIndexSize> Element<Ix> {
/// This is intended for use by the parser to begin building an element.
/// It does not represent a completed element and should not be yielded
/// to any outside caller until it is complete.
/// This incomplete state is encoded in [`State::BuddingElement`].
/// This incomplete state is encoded in [`Stack::BuddingElement`].
#[inline]
fn open(name: QName<Ix>, span: Span) -> Self {
Self {