Fixed typos in log::warn! message

This commit is contained in:
Vincent Esche 2021-01-08 15:47:32 +01:00
parent 21f8239ac8
commit 23f05aa1ad

View file

@ -179,11 +179,7 @@ fn expand_repeat(
counter += 1;
if counter == limit {
log::warn!(
"expand_tt excced in repeat pattern exceed limit => {:#?}\n{:#?}",
template,
ctx
);
log::warn!("expand_tt in repeat pattern exceed limit => {:#?}\n{:#?}", template, ctx);
break;
}