summaryrefslogtreecommitdiff
path: root/crates/typst-library/src/engine.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/typst-library/src/engine.rs')
-rw-r--r--crates/typst-library/src/engine.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/crates/typst-library/src/engine.rs b/crates/typst-library/src/engine.rs
index 80aaef22..43a7b467 100644
--- a/crates/typst-library/src/engine.rs
+++ b/crates/typst-library/src/engine.rs
@@ -312,7 +312,8 @@ impl Route<'_> {
if !self.within(Route::MAX_SHOW_RULE_DEPTH) {
bail!(
"maximum show rule depth exceeded";
- hint: "check whether the show rule matches its own output"
+ hint: "maybe a show rule matches its own output";
+ hint: "maybe there are too deeply nested elements"
);
}
Ok(())