Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
avdv authored May 30, 2022
1 parent d9526eb commit 23b58da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/util.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ def is_bazel_version_at_least(threshold):
threshold: string: minimum desired version of Bazel
Returns:
treshold_met, from_source_version: bool, bool: tuple where
threshold_met, from_source_version: bool, bool: tuple where
first item states if the treshold was met, the second indicates
if obtained bazel version is empty string (indicating from source build)
"""
Expand Down

0 comments on commit 23b58da

Please sign in to comment.