Skip to content

Commit

Permalink
Fix inaccurate comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pond committed Jun 12, 2024
1 parent ddd4aae commit 0a57db8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/scimitar/lists/query_parser.rb
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ def get_tree
# => userType ne "Employee" and not (emails.value co "example.com" or (emails.value co "example.org")) and userName="foo"
#
# <- emails[type eq "work"].value eq "[email protected]" (Microsoft workaround)
# => emails[type eq "work" and value eq "[email protected]"]
# => emails.type eq "work" and emails.value eq "[email protected]"
#
# +filter+:: Input filter string. Returns a possibly modified String,
# with the hopefully equivalent but flattened filter inside.
Expand Down

0 comments on commit 0a57db8

Please sign in to comment.