Update query.rs

Fixes typo `The `query` functions lets`
This commit is contained in:
hpcfzl 2025-07-16 21:01:38 +02:00 committed by GitHub
parent d45a621358
commit 941c3123af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,7 +6,7 @@ use crate::foundations::{func, Array, Context, LocatableSelector, Value};
/// 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
/// ensure that [context] is available.
///