Skip to content

Commit

Permalink
comment change
Browse files Browse the repository at this point in the history
  • Loading branch information
tiftran committed Oct 25, 2021
1 parent a8d99b3 commit 3a61e08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion normandy/recipes/filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,7 @@ def to_jexl(self, revision):
smallest_version = versions[0]
largest_version = versions[-1]

# check whether versions are continuous
# check whether versions are non continuous
if largest_version - smallest_version + 1 != len(versions):
result = [
"&&".join(
Expand Down

0 comments on commit 3a61e08

Please sign in to comment.