mirror of
https://github.com/typst/typst
synced 2025-07-27 14:27:56 +08:00
Update query.rs
Fixes typo `The `query` functions lets`
This commit is contained in:
parent
d45a621358
commit
941c3123af
@ -6,7 +6,7 @@ use crate::foundations::{func, Array, Context, LocatableSelector, Value};
|
|||||||
|
|
||||||
/// Finds elements in the document.
|
/// Finds elements in the document.
|
||||||
///
|
///
|
||||||
/// The `query` functions lets you search your document for elements of a
|
/// The `query` function lets you search your document for elements of a
|
||||||
/// particular type or with a particular label. To use it, you first need to
|
/// particular type or with a particular label. To use it, you first need to
|
||||||
/// ensure that [context] is available.
|
/// ensure that [context] is available.
|
||||||
///
|
///
|
||||||
|
Loading…
x
Reference in New Issue
Block a user