From bb47ef0d7844012d3d742a0ec3ac41db90fd2ff5 Mon Sep 17 00:00:00 2001 From: Linda_pp Date: Fri, 1 Jan 2021 00:17:22 +0900 Subject: [PATCH] Fix typo in document --- lib/binding_rust/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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] {