mirror of
https://github.com/typst/typst
synced 2025-05-14 17:15:28 +08:00
fix: add space after comma in hint
This commit is contained in:
parent
bc0f08081e
commit
25b5249823
@ -682,7 +682,7 @@ fn visit_grouping_rules<'a>(
|
|||||||
bail!(
|
bail!(
|
||||||
content.span(),
|
content.span(),
|
||||||
"maximum realization iterations exceeded";
|
"maximum realization iterations exceeded";
|
||||||
hint: "maybe there is a cycle between a show rule that produces content,\
|
hint: "maybe there is a cycle between a show rule that produces content, \
|
||||||
which is matched by a grouping rule that triggers the show rule",
|
which is matched by a grouping rule that triggers the show rule",
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user