From 25b52498239fb18d0c93b71d62a68b7305753019 Mon Sep 17 00:00:00 2001 From: Tobias Schmitz Date: Fri, 9 May 2025 10:40:31 +0200 Subject: [PATCH] fix: add space after comma in hint --- crates/typst-realize/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/typst-realize/src/lib.rs b/crates/typst-realize/src/lib.rs index b63aba381..62760527f 100644 --- a/crates/typst-realize/src/lib.rs +++ b/crates/typst-realize/src/lib.rs @@ -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", ); }