Skip to content

Commit

Permalink
Update tools/manifest/sourcefile.py
Browse files Browse the repository at this point in the history
Co-authored-by: Philip Jägenstedt <philip@foolip.org>
  • Loading branch information
jgraham and foolip committed May 18, 2020
1 parent 78942e7 commit 7fa0339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/manifest/sourcefile.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def get_any_variants(item):
def get_default_any_variants():
# type: () -> Set[Text]
"""
Returns a set of variants (bytestrings) that will be used by default.
Returns a set of variants (strings) that will be used by default.
"""
return set({"window", "dedicatedworker"})

Expand Down

0 comments on commit 7fa0339

Please sign in to comment.