From a1f990ed49b8043f07f201d7737a91f23aabfd9b Mon Sep 17 00:00:00 2001 From: Vincent Martel Date: Mon, 16 Feb 2026 12:14:32 +0100 Subject: [PATCH] Fix typo in selectors.custom function parameters --- docs/manual/chapters/guide/features.typ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/chapters/guide/features.typ b/docs/manual/chapters/guide/features.typ index ebe1c2d..d84f642 100644 --- a/docs/manual/chapters/guide/features.typ +++ b/docs/manual/chapters/guide/features.typ @@ -119,7 +119,7 @@ If you now want to to be able to use these custom chapters with @cmd:hydra, you #import "@preview/hydra:{{VERSION}}": hydra, selectors #let chap = figure.where(kind: "chapter") - #let sect = selectors.custom(heading.where(level: 1), ancestor: chap) + #let sect = selectors.custom(heading.where(level: 1), ancestors: chap) // Display the chapter on the left and the section on the right. #set page(header: context if calc.odd(here().page()) { -- 2.51.2