diff --git a/lib/binding_rust/lib.rs b/lib/binding_rust/lib.rs index 0b0097f9..c39fa665 100644 --- a/lib/binding_rust/lib.rs +++ b/lib/binding_rust/lib.rs @@ -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] {