Skip to content

Commit

Permalink
Merge pull request #100 from pitmonticone/main
Browse files Browse the repository at this point in the history
  • Loading branch information
Karandeep Singh committed Jun 10, 2023
2 parents fdce992 + 9a215b5 commit 4a52420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/UserGuide/filter.jl
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ end
@slice(1:5)
end

# ### The second option is to use the bitwise `&` operator. Note that there is a key difference in syntax between `&` and `&&`. Because the `&` operator takes a higher operator precendence than `>=`, you have to wrap the comparison expressions inside of parentheses to ensure that the overall expression is evaluated correctly.
# ### The second option is to use the bitwise `&` operator. Note that there is a key difference in syntax between `&` and `&&`. Because the `&` operator takes a higher operator precedence than `>=`, you have to wrap the comparison expressions inside of parentheses to ensure that the overall expression is evaluated correctly.

@chain movies begin
@filter((Votes >= 200) & (Rating >= 8))
Expand Down

0 comments on commit 4a52420

Please sign in to comment.