Fix typo in document

This commit is contained in:
Linda_pp 2021-01-01 00:17:22 +09:00 committed by GitHub
parent 115bf3fd44
commit bb47ef0d78
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1478,7 +1478,7 @@ impl Query {
///
/// This includes predicate with operators other than:
/// * `match?`
/// * `eq?` and `not-eq?
/// * `eq?` and `not-eq?`
/// * `is?` and `is-not?`
/// * `set!`
pub fn general_predicates(&self, index: usize) -> &[QueryPredicate] {