accurate_ancestors_v2
Wilfred Hughes 2022-07-18 21:48:28 +07:00
parent a05535aa1c
commit bf8a20d7bb
1 changed files with 1 additions and 1 deletions

@ -14,7 +14,7 @@ use crate::{
};
use Syntax::*;
/// A Debug implementation that does not reucurse into the
/// A Debug implementation that does not recurse into the
/// corresponding node mentioned for Unchanged. Otherwise we will
/// infinitely loop on unchanged nodes, which both point to the other.
impl<'a> fmt::Debug for ChangeKind<'a> {