From 09d35c825449524cf2395687965ab90a08e21914 Mon Sep 17 00:00:00 2001 From: mewmew Date: Wed, 2 Jul 2025 14:56:36 +0200 Subject: [PATCH] Simplify phrasing for selector docs --- crates/typst-library/src/foundations/selector.rs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/crates/typst-library/src/foundations/selector.rs b/crates/typst-library/src/foundations/selector.rs index bf5449d94..a61983a1a 100644 --- a/crates/typst-library/src/foundations/selector.rs +++ b/crates/typst-library/src/foundations/selector.rs @@ -38,12 +38,12 @@ pub use crate::__select_where as select_where; /// A filter for selecting elements within the document. /// /// You can construct a selector in the following ways: -/// - you can use an element [function] -/// - you can filter for an element function with +/// - use an element [function] +/// - filter for an element function with /// [specific fields]($function.where) -/// - you can use a [string]($str) or [regular expression]($regex) -/// - you can use a [`{