diff --git a/resources/chapters/chapter-3.md b/resources/chapters/chapter-3.md index e32c865..ea9036e 100644 --- a/resources/chapters/chapter-3.md +++ b/resources/chapters/chapter-3.md @@ -75,7 +75,7 @@ Of course, in this case, you could just as well use two distinct inputs instead: ## Collections -You can use collection destructuring to implement a kind of logical **or** in your query. Say you want to find all movies directed by either James Cameron **or** Ridley Scott: +You can use collection destructuring to implement a kind of logical **or** in your query. Say you want to find all movies directed by either James Cameron **or** Ridley Scott. You would use the vector `["James Cameron" "Ridley Scott"]` as input to the following query: [:find ?title :in $ [?director ...]