mirror of
https://github.com/typst/typst
synced 2025-05-14 04:56:26 +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!(
|
||||
content.span(),
|
||||
"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",
|
||||
);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user