Merge pull request #866 from rhysd/patch-1

Fix typo in document
This commit is contained in:
Max Brunsfeld 2021-03-11 15:21:45 -08:00 committed by GitHub
commit e1a1006b3d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1487,7 +1487,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] {